diff --git a/apps/auth/templates/auth/password_reset_complete.html b/apps/auth/templates/auth/password_reset_complete.html new file mode 100644 index 00000000..632142ba --- /dev/null +++ b/apps/auth/templates/auth/password_reset_complete.html @@ -0,0 +1,19 @@ +{% extends "templates/lilcity/index.html" %} +{% load static %} + +{% block content %} +
+
+
+
Вы успешно сменили пароль.
+
+
+
+
+
+

+ Воспользуйтесь формой входа. +

+
+
+{% endblock content %} \ No newline at end of file