forgot to add a file

Signed-off-by: Michael Kaufmann <d00p@froxlor.org>
This commit is contained in:
Michael Kaufmann
2022-02-18 10:46:39 +01:00
parent 829b99bc06
commit 0fd7b9a551

View File

@@ -0,0 +1,9 @@
{% extends "Froxlor/userarea.html.twig" %}
{% block content %}
{% import "Froxlor/form/form.html.twig" as form %}
{{ form.form(formdata, '#', formdata.title) }}
{% endblock %}