Compare commits

..

No commits in common. "1acce9d3fd03effb44ebb7e6e4d5b9538d7cb280" and "742383206ea556a09f33145df38ae5901ab829fe" have entirely different histories.

5 changed files with 5 additions and 5 deletions

View File

@ -46,7 +46,7 @@
{% if form.label is defined %} {% if form.label is defined %}
{{ form_row(form.label) }} {{ form_row(form.label) }}
<div class='alert alert-info' style='font-size: 80%;padding: 5px;margin-top: -10px;'> <div class='alert alert-info' style='font-size: 80%;padding: 5px;margin-top: -10px;'>
Caractères interdits = accent, caractères spéciaux sauf @ . - _<br> Caractères interdits = accent, espace, caractères spéciaux sauf @ . - _<br>
</div> </div>
{% if form.fgassoc is defined %} {% if form.fgassoc is defined %}

View File

@ -41,7 +41,7 @@
<div class="panel-body"> <div class="panel-body">
{{ form_row(form.label) }} {{ form_row(form.label) }}
<div class='alert alert-info' style='font-size: 80%;padding: 5px;margin-top: -10px;'> <div class='alert alert-info' style='font-size: 80%;padding: 5px;margin-top: -10px;'>
Caractères interdits = accent, caractères spéciaux sauf @ . - _<br> Caractères interdits = accent, espace, caractères spéciaux sauf @ . - _<br>
</div> </div>
{{ form_row(form.siren) }} {{ form_row(form.siren) }}

View File

@ -42,7 +42,7 @@
{{ form_row(form.niveau01) }} {{ form_row(form.niveau01) }}
{{ form_row(form.label) }} {{ form_row(form.label) }}
<div class='alert alert-info' style='font-size: 80%;padding: 5px;margin-top: -10px;'> <div class='alert alert-info' style='font-size: 80%;padding: 5px;margin-top: -10px;'>
Caractères interdits = accent, caractères spéciaux sauf @ . - _<br> Caractères interdits = accent, espace, caractères spéciaux sauf @ . - _<br>
</div> </div>
{{ form_row(form.siret) }} {{ form_row(form.siret) }}