Prettify templates
This commit is contained in:
parent
6654463aee
commit
46c3a30159
1 changed files with 26 additions and 29 deletions
|
|
@ -97,8 +97,8 @@
|
|||
/>
|
||||
{% if PersonAccount.Enabled %}
|
||||
<div class="text-danger mt-2">
|
||||
Attention! Cette adresse email est liée à un compte SSO.
|
||||
En cas de changement, la connexion devra se faire avec la nouvelle adresse.
|
||||
Attention! Cette adresse email est liée à un compte SSO. En cas de
|
||||
changement, la connexion devra se faire avec la nouvelle adresse.
|
||||
</div>
|
||||
{% endif %}
|
||||
</div>
|
||||
|
|
@ -351,7 +351,6 @@
|
|||
</div>
|
||||
{% endfor %}
|
||||
|
||||
|
||||
{% if Person.IsMember or MembersPage %}
|
||||
<div class="mt-4 mb-3">
|
||||
<span class="h4"> Compte POP Vaud </span>
|
||||
|
|
@ -368,11 +367,9 @@
|
|||
checked
|
||||
{% endif %}
|
||||
/>
|
||||
<label
|
||||
for="account-enabled"
|
||||
class="form-label"
|
||||
>
|
||||
Dispose d'un accès SSO <b class="text-danger">(test, ne pas toucher, MERCI)</b>
|
||||
<label for="account-enabled" class="form-label">
|
||||
Dispose d'un accès SSO
|
||||
<b class="text-danger">(test, ne pas toucher, MERCI)</b>
|
||||
</label>
|
||||
</div>
|
||||
{% endif %}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue