Add noscript tag with notice when JavaScript is off (#1091)

This commit is contained in:
Daniel Markstedt 2023-02-13 13:20:57 -08:00 committed by GitHub
parent 76e5b812d7
commit f2b74046dd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -54,4 +54,6 @@
}
</script>
<noscript><p>{{ _("The file uploading functionality requires JavaScript.") }}</p></noscript>
{% endblock content %}