aboutsummaryrefslogtreecommitdiffstats
path: root/pyblackbird_cc/templates/resources
diff options
context:
space:
mode:
authorMatthew Lemon <y@yulqen.org>2024-08-08 17:13:51 +0100
committerMatthew Lemon <y@yulqen.org>2024-08-08 17:13:51 +0100
commit5fff811c304849169c6345da334334fc233ec64d (patch)
tree2ecf46bc5804c9f2b36832d296f1a99633f4ef74 /pyblackbird_cc/templates/resources
parent9c9b3084939e77618854e2cbe3cce51029a70f07 (diff)
The Cancel button is now managed by crispy forms.
Diffstat (limited to 'pyblackbird_cc/templates/resources')
-rw-r--r--pyblackbird_cc/templates/resources/update_pdfs.html2
1 files changed, 0 insertions, 2 deletions
diff --git a/pyblackbird_cc/templates/resources/update_pdfs.html b/pyblackbird_cc/templates/resources/update_pdfs.html
index f5dab72..b490b4f 100644
--- a/pyblackbird_cc/templates/resources/update_pdfs.html
+++ b/pyblackbird_cc/templates/resources/update_pdfs.html
@@ -20,8 +20,6 @@
{% csrf_token %}
{% crispy form form.helper %}
</form>
-
- <button class="btn btn-danger" onclick="location.href='{{ resource.get_absolute_url }}';">Cancel</button>
</div>
</div>