This commit is contained in:
Matthew Smith
2020-01-17 12:38:02 +00:00
parent b5e61adde5
commit 1e00b23479

View File

@@ -393,5 +393,6 @@ class ResetApiKey(generic.RedirectView):
return reverse_lazy('profile_detail')
class PasswordResetDisabled(generic.TemplateView):
template_name = "RIGS/password_reset_disable.html"