Browse Source

Fix : un user n'est plus cotisant si fin de cotis > now

constructeur
Maël Kervella 8 years ago
parent
commit
c75c204d8d
  1. 2
      templates/base.html

2
templates/base.html

@ -155,7 +155,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
<tr>
<th scope="row">Adhésion</th>
<td class="text-right">
{% if request_user.end_adhesion != None %}
{% if request_user.is_adherent %}
<font color="green">jusqu'au {{ request_user.end_adhesion|date:"d b Y" }}</font>
{% else %}
<font color="red">Non adhérent</font>

Loading…
Cancel
Save