Browse Source

Add js waring

master
Burathar 3 years ago
parent
commit
a72467d5f7
  1. 8
      biscd/biscd/templates/base.html

8
biscd/biscd/templates/base.html

@ -70,9 +70,12 @@ @@ -70,9 +70,12 @@
</div>
</div>
<div class="container">
<noscript>
<div class="alert alert-dismissible alert-warning">
Biscd works best with JavaScript enabled!
</div>
</noscript>
{% with messages = get_flashed_messages(with_categories=true) %}
{% if messages %}
{% for category, message in messages %}
@ -104,6 +107,7 @@ @@ -104,6 +107,7 @@
<script src="{{url_for('static', filename='js/popper.min.js')}}" integrity="sha384-ZMP7rVo3mIykV+2+9J3UJ46jBk0WLaUAdn689aCwoqbBJiSnjAK/l8WvCWPIPm49" crossorigin="anonymous"></script>
<script src="{{url_for('static', filename='js/bootstrap.min.js')}}"></script>
{% block scripts %}{% endblock %}
</body>
</html>
Loading…
Cancel
Save