mirror of
https://github.com/nottinghamtec/PyRIGS.git
synced 2026-01-17 05:22:16 +00:00
8 lines
156 B
HTML
8 lines
156 B
HTML
{% if messages %}
|
|
{% for message in messages %}
|
|
<script>{{message|safe}}</script>
|
|
{% endfor %}
|
|
{% endif %}
|
|
<script>
|
|
$('.modal').modal('hide');
|
|
</script> |