Prevent double submissions
This commit is contained in:
parent
099892e56f
commit
d52fea9afa
3 changed files with 8 additions and 9 deletions
|
@ -36,7 +36,6 @@ INSTALLED_APPS = (
|
|||
MIDDLEWARE_CLASSES = (
|
||||
'django.contrib.sessions.middleware.SessionMiddleware',
|
||||
'django.middleware.common.CommonMiddleware',
|
||||
'django.contrib.messages.middleware.MessageMiddleware',
|
||||
)
|
||||
|
||||
TEMPLATE_DIRS = (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue