django-markdownx/static-src/markdownx
Darkaird e9605560f0 Handle csrf stored in sessions (#111)
* Handle csrf stored in sessions

This allow to use CSRF_USE_SESSIONS = True which store crsf token in session instead of cookies.tting CSRF_USE_SESSIONS = True.
It checks if csrf token found in cookies otherwise try to get csrf token in session.

* Remove useless line
2018-11-02 09:38:12 +01:00
..
admin/css Moving static source files outside package 2017-05-04 16:37:52 +02:00
js Handle csrf stored in sessions (#111) 2018-11-02 09:38:12 +01:00