From cef40dff70ba882ad89343986b060b4954e4c87e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20P=C3=A9pin?= Date: Tue, 10 Jan 2017 23:26:11 +0100 Subject: [PATCH] Typo et renommage --- gestioncof/templates/{ => gestioncof}/utile_cof.html | 2 +- gestioncof/views.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename gestioncof/templates/{ => gestioncof}/utile_cof.html (98%) diff --git a/gestioncof/templates/utile_cof.html b/gestioncof/templates/gestioncof/utile_cof.html similarity index 98% rename from gestioncof/templates/utile_cof.html rename to gestioncof/templates/gestioncof/utile_cof.html index ebcedf45..ae024949 100644 --- a/gestioncof/templates/utile_cof.html +++ b/gestioncof/templates/gestioncof/utile_cof.html @@ -18,7 +18,7 @@
  • Export de tout le monde
  • -

    Note : pour ouvrir les fichiers .csv avec Excell, il faut +

    Note : pour ouvrir les fichiers .csv avec Excel, il faut passer par Fichier > Importer et sélectionner la virgule comme séparateur.

    {% endblock %} diff --git a/gestioncof/views.py b/gestioncof/views.py index 3bc8c2f9..1945f7f6 100644 --- a/gestioncof/views.py +++ b/gestioncof/views.py @@ -637,7 +637,7 @@ def export_mega(request): @buro_required def utile_cof(request): - return render(request, "utile_cof.html", {}) + return render(request, "gestioncof/utile_cof.html", {}) @buro_required