Commit f9f0d049 authored by Michal Čihař's avatar Michal Čihař

Use messages framework

parent 16431e9b
......@@ -145,6 +145,7 @@ TEMPLATE_CONTEXT_PROCESSORS = (
'django.core.context_processors.media',
'django.core.context_processors.request',
'django.core.context_processors.csrf',
'django.contrib.messages.context_processors.messages',
'trans.context_processors.version',
)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment