From 45cfe5b59d99de1db37c99097a2b4601cce08c07 Mon Sep 17 00:00:00 2001 From: Geoff Thomas Date: Fri, 30 Aug 2024 13:00:33 +0100 Subject: [PATCH] Add a banner and disable the submit button on script upload while it's broken --- scripts/templates/upload.html | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/scripts/templates/upload.html b/scripts/templates/upload.html index 1202e7b..7aa0093 100644 --- a/scripts/templates/upload.html +++ b/scripts/templates/upload.html @@ -8,6 +8,10 @@ {% block content %} +
+ Script uploads are currently broken. Please do not attempt to upload scripts at this time. +
+
{% csrf_token %}
@@ -26,7 +30,7 @@ checked="checked" {% endif %} > - {{ tag }} + {{ tag }}
{% endfor %} @@ -41,8 +45,8 @@ {% endif %} {% buttons %} - + {% endbuttons %}
- + {% endblock %} \ No newline at end of file