Browse Source

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

rewrite_authors
Maël Kervella 8 years ago
parent
commit
057869d0f2
  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> <tr>
<th scope="row">Adhésion</th> <th scope="row">Adhésion</th>
<td class="text-right"> <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> <font color="green">jusqu'au {{ request_user.end_adhesion|date:"d b Y" }}</font>
{% else %} {% else %}
<font color="red">Non adhérent</font> <font color="red">Non adhérent</font>

Loading…
Cancel
Save