From 93f4983fb9c0ed1ef20c9d8c10607491c38a8282 Mon Sep 17 00:00:00 2001 From: grisel-davy Date: Fri, 10 Aug 2018 15:53:12 +0200 Subject: [PATCH] Suppresion du cache qui permetait de voir d'autres user --- re2o/views.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/re2o/views.py b/re2o/views.py index 1f9e6ab8..c3f13332 100644 --- a/re2o/views.py +++ b/re2o/views.py @@ -70,7 +70,6 @@ def index(request): }, 're2o/index.html', request) -@cache_page(7 * 24 * 60 * 60) def about_page(request): """ The view for the about page. Fetch some info about the configuration of the project. If it can't @@ -108,7 +107,6 @@ def about_page(request): } ) - def contact_page(request): """The view for the contact page Send all the objects MailContact