Skip to content

Commit

Permalink
feat(user info) : drop css style
Browse files Browse the repository at this point in the history
  • Loading branch information
jacquesfize committed Apr 3, 2024
1 parent 186c5b4 commit fbd9196
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/templates/info_user.html
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,10 @@ <h3>Utilisateur "{{fullname}}"</h3>
<br /><strong>Compte Actif :</strong> Non
{% endif %}
{% if is_date_insert %}
<br /><strong class="text-muted">Date de création :</strong> {{user['date_insert']|truncate(10, True, '', 0)}}
<br /><strong>Date de création :</strong> {{user['date_insert']|truncate(10, True, '', 0)}}
{% endif %}
{% if is_date_update %}
<br /><strong class="text-muted">Date de mise à jour :</strong> {{user['date_update']|truncate(10, True, '', 0)}}
<br /><strong>Date de mise à jour :</strong> {{user['date_update']|truncate(10, True, '', 0)}}
{% endif %}
{% if is_champs_addi %}
<dl class="list-def-inline">
Expand Down

0 comments on commit fbd9196

Please sign in to comment.