@anonymous_csrf for the registration page (bug 652498)
This commit is contained in:
Родитель
7319960bdc
Коммит
ffb6904a5d
|
@ -346,6 +346,7 @@ def profile(request, user_id):
|
|||
return jingo.render(request, 'users/profile.html', data)
|
||||
|
||||
|
||||
@anonymous_csrf
|
||||
def register(request):
|
||||
if request.user.is_authenticated():
|
||||
messages.info(request, _("You are already logged in to an account."))
|
||||
|
|
Загрузка…
Ссылка в новой задаче