fix typo in registration form
This commit is contained in:
parent
943bdc2b5f
commit
040e2b2843
2 changed files with 2 additions and 2 deletions
|
@ -178,7 +178,7 @@ def register_view(request):
|
|||
field.help_text = None
|
||||
|
||||
return render(request, 'site/account_form.html', {
|
||||
'title': _('Change new account'),
|
||||
'title': _('Create new account'),
|
||||
'back_url': reverse('site.login'),
|
||||
'form': form
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue