8
0
Fork 0
mirror of https://gitlab2.federez.net/re2o/re2o synced 2024-11-05 01:16:27 +00:00

Fix affichage des erreurs Domainform

This commit is contained in:
Nymous 2017-09-09 20:31:56 +02:00
parent f08c853f47
commit 17a219c0db

View file

@ -35,7 +35,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
{% bootstrap_form_errors interfaceform %}
{% endif %}
{% if domainform %}
{% bootstrap_form_errors interfaceform %}
{% bootstrap_form_errors domainform %}
{% endif %}