Create account.back_button.html.twig

This commit is contained in:
slawkens 2023-02-18 21:09:56 +01:00
parent e0eb083e44
commit 10be98e371

View File

@ -0,0 +1,6 @@
{% if new_line is defined and new_line %}
<br/>
{% endif %}
<form action="{% if action is not defined %}{{ getLink('account/manage') }}{% else %}{{ action }}{% endif %}" method="post">
{{ include('buttons.back.html.twig') }}
</form>