mirror of
https://github.com/YunoHost-Apps/ihatemoney_ynh.git
synced 2024-09-03 19:26:15 +02:00
ea136b506b
Also factorize the code to display errors in forms.
6 lines
237 B
HTML
6 lines
237 B
HTML
{% include "display_errors.html" %}
|
|
<form action="{{ url_for("add_member", project_id=project.id) }}" method="post">
|
|
{{ form.hidden_tag() }}
|
|
<p>{{ form.name.label }}<br /> {{ form.name }}</p>
|
|
<p>{{ form.submit }}</p>
|
|
</form>
|