Skip to content

Commit 69274a3

Browse files
committed
do not show version wipe message on build details page for external versions
1 parent 93bcf8d commit 69274a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readthedocs/templates/builds/build_detail.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@
122122
</div>
123123

124124
{% if request.user|is_admin:project %}
125-
{% if not build.success and build.commands.count < 4 %}
125+
{% if not build.success and build.commands.count < 4 and not build.is_external %}
126126
<div class="build-ideas">
127127
<p>
128128
{% url 'wipe_version' build.version.project.slug build.version.slug as wipe_url %}

0 commit comments

Comments
 (0)