You've already forked snikket-web-portal
Remove stray HTML closing tag
Where is the <form> ???
This commit is contained in:
@@ -27,7 +27,6 @@
|
|||||||
{%- call action_button("edit", url_for(".edit_user", localpart=user.localpart), class="primary") -%}
|
{%- call action_button("edit", url_for(".edit_user", localpart=user.localpart), class="primary") -%}
|
||||||
{% trans user_name=user.localpart %}Edit user {{ user_name }}{% endtrans %}
|
{% trans user_name=user.localpart %}Edit user {{ user_name }}{% endtrans %}
|
||||||
{%- endcall -%}
|
{%- endcall -%}
|
||||||
</form>
|
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
|||||||
Reference in New Issue
Block a user