Remove stray HTML closing tag

Where is the <form> ???
This commit is contained in:
Kim Alvefur
2024-01-04 09:52:44 +01:00
parent 17d586e384
commit ddfdd2fd55

View File

@@ -27,7 +27,6 @@
{%- call action_button("edit", url_for(".edit_user", localpart=user.localpart), class="primary") -%}
{% trans user_name=user.localpart %}Edit user {{ user_name }}{% endtrans %}
{%- endcall -%}
</form>
</td>
</tr>
{% endfor %}