8
0
Fork 0
mirror of https://gitlab.federez.net/re2o/re2o synced 2024-06-18 08:38:09 +00:00

Suppresion du cache qui permetait de voir d'autres user

This commit is contained in:
grisel-davy 2018-08-10 15:53:12 +02:00 committed by chirac
parent 5f4affd8ec
commit 93f4983fb9

View file

@ -70,7 +70,6 @@ def index(request):
}, 're2o/index.html', request) }, 're2o/index.html', request)
@cache_page(7 * 24 * 60 * 60)
def about_page(request): def about_page(request):
""" The view for the about page. """ The view for the about page.
Fetch some info about the configuration of the project. If it can't 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): def contact_page(request):
"""The view for the contact page """The view for the contact page
Send all the objects MailContact Send all the objects MailContact