From f074ba146cf6f7097ac9aee420419f373cae8ce1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20P=C3=A9pin?= Date: Wed, 22 Jun 2016 22:43:44 +0200 Subject: [PATCH 1/2] =?UTF-8?q?Liens=20vers=20la=20liste=20des=20participa?= =?UTF-8?q?nts=20=C3=A0=20un=20tirage?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Ces nouveaux liens sont sur la page d'accueil dans la partie BdA en bas de l'écran. C'eLe hack n'est pas forcément très beau mais ça marche. --- gestioncof/templates/home.html | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/gestioncof/templates/home.html b/gestioncof/templates/home.html index 52c0ebfd..898b2626 100644 --- a/gestioncof/templates/home.html +++ b/gestioncof/templates/home.html @@ -63,15 +63,21 @@
  • Sondage : {{ survey.title }}
  • {% endfor %}
    +

    Gestion tirages BDA

    + -
    -
  • Liens utiles du COF
  • -
  • Liens utiles BdA
  • - +

    Liens utiles

    + {% endif %}

    Pour tout problème : cof@ens.fr.

    From 2b056a58b23d8609f97fb3db72ee3c1cc9b6cc87 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20P=C3=A9pin?= Date: Fri, 24 Jun 2016 13:59:07 +0200 Subject: [PATCH 2/2] Fix typo --- gestioncof/templates/home.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gestioncof/templates/home.html b/gestioncof/templates/home.html index 898b2626..ed567455 100644 --- a/gestioncof/templates/home.html +++ b/gestioncof/templates/home.html @@ -69,7 +69,7 @@ {% for tirage in open_tirages %}

    {{ tirage.title }}

  • Spectacles
  • -
  • Participants
  • +
  • Participants
  • {% endfor %}