aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Somerville <matthew-github@dracos.co.uk>2016-12-07 14:14:22 +0000
committerMatthew Somerville <matthew-github@dracos.co.uk>2016-12-16 10:15:17 +0000
commite1f11deee821dd6540a76966731c94d31effa826 (patch)
tree76bce1807e6eb004a597c5e124ccf3ee9c883fd3
parent37aaea540af32fd2c40f01471cb9374bc872aa45 (diff)
Drop unneeded Cancel button on inspect form.
-rw-r--r--templates/web/base/report/_inspect.html1
1 files changed, 0 insertions, 1 deletions
diff --git a/templates/web/base/report/_inspect.html b/templates/web/base/report/_inspect.html
index c83085e59..ba11bbcbd 100644
--- a/templates/web/base/report/_inspect.html
+++ b/templates/web/base/report/_inspect.html
@@ -157,7 +157,6 @@
<p>
<input type="hidden" name="token" value="[% csrf_token %]">
- <a class="btn" href="[% c.uri_for( '/report', problem.id ) %]">[% loc('Cancel') %]</a>
<input class="btn btn-primary" type="submit" value="[% loc('Save changes') %]" data-value-original="[% loc('Save changes') %]" data-value-duplicate="[% loc('Save + close as duplicate') %]" name="save" />
</p>
</div>