Merge branch 'login_logout_urls' into 'master'
Use Django's auth views and honor login / logout urls

This branch makes more use of Django's login and logout facilities, and makes it easier to configure the overall Django installation to use the same login page for HyperKitty and Postorius (it's just a variable in the settings).

See merge request !4
commit f15464bb44457bf6b99bc0e8d23fe89882064d13
2 parents d0aa506 + 7b2d3c3
@Aurélien Bompard Aurélien Bompard authored on 28 Oct 2015
Showing 5 changed files
View
src/postorius/context_processors.py
View
src/postorius/templates/postorius/base.html
View
src/postorius/templates/postorius/lists/summary.html
View
src/postorius/urls.py
View
src/postorius/views/user.py