Moves titles into templates and adds i18n support
This commit is contained in:
@ -21,7 +21,6 @@ class Login(View):
|
||||
return redirect('/')
|
||||
# sene user to the login page
|
||||
data = {
|
||||
'title': 'Login',
|
||||
'login_form': forms.LoginForm(),
|
||||
'register_form': forms.RegisterForm(),
|
||||
}
|
||||
|
Reference in New Issue
Block a user