Add parent back to categories
This commit is contained in:
parent
83937b4103
commit
a3273c13cf
5 changed files with 108 additions and 23 deletions
|
@ -22,6 +22,7 @@ class LoginView(auth_views.LoginView):
|
|||
template_name = "main/login.html"
|
||||
next_page = "index"
|
||||
|
||||
|
||||
class LogoutView(auth_views.LogoutView):
|
||||
next_page = "login"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue