Skip to content

Commit

Permalink
Add noscript tag with notice when JavaScript is off (#1091)
Browse files Browse the repository at this point in the history
  • Loading branch information
rdmark authored Feb 13, 2023
1 parent 76e5b81 commit f2b7404
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions python/web/src/templates/upload.html
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,6 @@ <h3>{{ _("Destination") }}</h3>
}
</script>

<noscript><p>{{ _("The file uploading functionality requires JavaScript.") }}</p></noscript>

{% endblock content %}

0 comments on commit f2b7404

Please sign in to comment.