Added global <noscript> notice.
This commit is contained in:
parent
6c723f2ecc
commit
3d8d0b7e88
1 changed files with 6 additions and 0 deletions
|
@ -32,6 +32,12 @@
|
|||
{% endblock %}
|
||||
|
||||
<div class="main__wrapper">
|
||||
<noscript>
|
||||
<div class="warning">
|
||||
<div class="warning__content"><strong>Significant parts of the site require JavaScript.</strong> If you have it turned off and something doesn't work, that's probably why!</div>
|
||||
</div>
|
||||
</noscript>
|
||||
|
||||
{% if globals.active_ban_info is not null %}
|
||||
<div class="warning warning--red">
|
||||
<div class="warning__content">
|
||||
|
|
Reference in a new issue