diff --git a/apps/auth/templates/auth/password_reset_confirm.html b/apps/auth/templates/auth/password_reset_confirm.html index ce2bfaba..4c61eece 100644 --- a/apps/auth/templates/auth/password_reset_confirm.html +++ b/apps/auth/templates/auth/password_reset_confirm.html @@ -1,13 +1,38 @@ +{% extends "templates/lilcity/index.html" %} +{% load static %} + +{% block content %} {% if validlink %} -
- The password reset link was invalid, possibly because it has already been used. - Please request a new password reset. -
-{% endif %} \ No newline at end of file ++ The password reset link was invalid, possibly because it has already been used. Please request a new password reset. +
+ {% endif %} +