fix saving subdomain when only http2 flag has changed; fix superfluous comma in user/form.html.twig

Signed-off-by: Michael Kaufmann <d00p@froxlor.org>
This commit is contained in:
Michael Kaufmann
2022-10-10 15:22:00 +02:00
parent 0757cc25ce
commit a1b5f57f99
2 changed files with 2 additions and 2 deletions

View File

@@ -52,6 +52,6 @@
{% import "Froxlor/form/form.html.twig" as form %}
{{ form.form(formdata, formaction|default('#'), formdata.title, editid|default(''), false, , idprefix|default('')) }}
{{ form.form(formdata, formaction|default('#'), formdata.title, editid|default(''), false, idprefix|default('')) }}
{% endblock %}