mirror of
https://github.com/spiral-project/ihatemoney.git
synced 2025-04-29 01:42:37 +02:00
parent
bfac0c1978
commit
23a4beafae
1 changed files with 1 additions and 0 deletions
|
@ -117,6 +117,7 @@
|
||||||
|
|
||||||
{% macro add_member(form) %}
|
{% macro add_member(form) %}
|
||||||
{{ form.hidden_tag() }}
|
{{ form.hidden_tag() }}
|
||||||
|
{% include "display_errors.html" %}
|
||||||
<div class="input-group">
|
<div class="input-group">
|
||||||
<label class="sr-only" for="name">_("Type user name here")</label>
|
<label class="sr-only" for="name">_("Type user name here")</label>
|
||||||
{{ form.name(placeholder=_("Type user name here"), class="form-control") }}
|
{{ form.name(placeholder=_("Type user name here"), class="form-control") }}
|
||||||
|
|
Loading…
Reference in a new issue