Browse Source

Suppresion du cache qui permetait de voir d'autres user

fix_translation
grisel-davy 7 years ago
committed by chirac
parent
commit
93f4983fb9
  1. 2
      re2o/views.py

2
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

Loading…
Cancel
Save