Merge pull request #7380 from OmarIthawi/edraak/platform-name-in-password-reset-confirm

Keep platform_name in the password_reset_confirm.html always TNL-1654
This commit is contained in:
Sarina Canelake
2015-03-20 09:14:40 -04:00

View File

@@ -1844,6 +1844,7 @@ def password_reset_confirm_wrapper(
'form': None,
'title': _('Password reset unsuccessful'),
'err_msg': err_msg,
'platform_name': settings.PLATFORM_NAME,
}
return TemplateResponse(request, 'registration/password_reset_confirm.html', context)
else: