Add parent back to categories

This commit is contained in:
Edgar P. Burkhart 2022-05-20 15:33:24 +02:00
parent 83937b4103
commit a3273c13cf
Signed by: edpibu
GPG key ID: 9833D3C5A25BD227
5 changed files with 108 additions and 23 deletions

View file

@ -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"