mirror of
https://gitlab2.federez.net/re2o/re2o
synced 2024-11-27 07:02:26 +00:00
Suppresion du cache qui permetait de voir d'autres user
This commit is contained in:
parent
5f4affd8ec
commit
93f4983fb9
1 changed files with 0 additions and 2 deletions
|
@ -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…
Reference in a new issue