mirror of
https://github.com/nottinghamtec/PyRIGS.git
synced 2026-01-20 15:02:31 +00:00
Set up authentication system
This commit is contained in:
8
templates/closemodal.html
Normal file
8
templates/closemodal.html
Normal file
@@ -0,0 +1,8 @@
|
||||
{% if messages %}
|
||||
{% for message in messages %}
|
||||
<script>{{message|safe}}</script>
|
||||
{% endfor %}
|
||||
{% endif %}
|
||||
<script>
|
||||
$('.modal').modal('hide');
|
||||
</script>
|
||||
Reference in New Issue
Block a user