Commit 90a0459e by Sarina Canelake

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
parents 1e73c272 3d107c04
...@@ -1844,6 +1844,7 @@ def password_reset_confirm_wrapper( ...@@ -1844,6 +1844,7 @@ def password_reset_confirm_wrapper(
'form': None, 'form': None,
'title': _('Password reset unsuccessful'), 'title': _('Password reset unsuccessful'),
'err_msg': err_msg, 'err_msg': err_msg,
'platform_name': settings.PLATFORM_NAME,
} }
return TemplateResponse(request, 'registration/password_reset_confirm.html', context) return TemplateResponse(request, 'registration/password_reset_confirm.html', context)
else: else:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment