diff --git a/templates/registration/login.html b/templates/registration/login.html index 59337e1..b6e6ae6 100644 --- a/templates/registration/login.html +++ b/templates/registration/login.html @@ -25,6 +25,7 @@

ورود

{# #} {# #} {# #} +
فراموشی رمز عبور diff --git a/templates/registration/password_reset_form.html b/templates/registration/password_reset_form.html index 178e0eb..080b332 100644 --- a/templates/registration/password_reset_form.html +++ b/templates/registration/password_reset_form.html @@ -1,14 +1,45 @@ {% extends '_base.html' %} +{% load static %} + {% load crispy_forms_tags %} -{% block page_title %}Password Reset{% endblock %} +{% block page_title %}Login{% endblock %} + +{% block style %} + +{% endblock %} {% block content %} -
- {% csrf_token %} -

Please enter your Email

- {{ form|crispy}} - -
+
+
+
+

بازیابی رمزعبور

+ {% csrf_token %} + {{ form|crispy }} + {#
#} + {# #} + {# #} + {#
#} + {#
#} + {# #} + {# #} + {#
#} + +
+
+ ورود + یا + ثبت نام +
+
+{#
#} +{# #} +{# یا#} +{# #} +{#
#} +{# ثبت نام#} +
+
+
{% endblock %} \ No newline at end of file