mirror of
https://gitlab2.federez.net/re2o/re2o
synced 2024-11-05 01:16:27 +00:00
Erreur sur les erreurs de form.
This commit is contained in:
parent
71663a9dcf
commit
f158787b3b
1 changed files with 0 additions and 4 deletions
|
@ -30,10 +30,6 @@ with this program; if not, write to the Free Software Foundation, Inc.,
|
|||
{% block title %}{% trans "Invoices creation and edition" %}{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
{% bootstrap_form_errors factureform %}
|
||||
{% if payment_method %}
|
||||
{% bootstrap_form_errors payment_method %}
|
||||
{% endif %}
|
||||
{% if title %}
|
||||
<h3>{{title}}</h3>
|
||||
{% else %}
|
||||
|
|
Loading…
Reference in a new issue