This commit is contained in:
10
templates/Maketank/user/form-note.html.twig
Normal file
10
templates/Maketank/user/form-note.html.twig
Normal file
@@ -0,0 +1,10 @@
|
||||
{% extends "Froxlor/user/form.html.twig" %}
|
||||
|
||||
{% block content %}
|
||||
{% if alert_msg is defined and alert_msg is not empty %}
|
||||
<div class="mb-4">
|
||||
{% include 'Froxlor/misc/alertbox.html.twig' %}
|
||||
</div>
|
||||
{% endif %}
|
||||
{{ parent() }}
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user