domain import form

Signed-off-by: Michael Kaufmann <d00p@froxlor.org>
This commit is contained in:
Michael Kaufmann
2022-03-14 17:29:16 +01:00
parent 21228b5359
commit 31fbe434b4
3 changed files with 18 additions and 6 deletions

View File

@@ -0,0 +1,8 @@
{% extends "Froxlor/user/form.html.twig" %}
{% block content %}
<div class="row mb-2">
{% include 'Froxlor/misc/alertbox.html.twig' %}
</div>
{{ parent() }}
{% endblock %}