system notifs foundation

pull/3/head
lalanza808 5 years ago
parent a914c96204
commit f1e783e057

@ -138,6 +138,18 @@
</script>
{% endif %}
{% if system_notification %}
<script type="text/javascript">
new Noty({
type: 'info',
theme: 'relax',
layout: 'bottom',
text: '{{ system_notification }}',
timeout: 12000
}).show();
</script>
{% endif %}
{% block content %}
{% endblock %}