diff --git a/templates/accounts_ext/authentication.html b/templates/accounts_ext/authentication.html new file mode 100644 index 0000000..5863ccc --- /dev/null +++ b/templates/accounts_ext/authentication.html @@ -0,0 +1,21 @@ +{% extends 'base.html' %} +{% load static %} +{% load crispy_forms_tags %} + +{% block title %}Вход{% endblock %} + + +{% block content %} + +
+
+
+
+
Вход
+
+
+ {% crispy form %} +
+
+ +{% endblock content %} diff --git a/templates/accounts_ext/password_change_done.html b/templates/accounts_ext/password_change_done.html new file mode 100644 index 0000000..e69de29 diff --git a/templates/accounts_ext/password_reset_change.html b/templates/accounts_ext/password_reset_change.html new file mode 100644 index 0000000..e69de29 diff --git a/templates/accounts_ext/password_reset_change_done.html b/templates/accounts_ext/password_reset_change_done.html new file mode 100644 index 0000000..e149a39 --- /dev/null +++ b/templates/accounts_ext/password_reset_change_done.html @@ -0,0 +1,10 @@ + + + + + Title + + + + + diff --git a/templates/accounts_ext/password_reset_complete.html b/templates/accounts_ext/password_reset_complete.html new file mode 100644 index 0000000..e149a39 --- /dev/null +++ b/templates/accounts_ext/password_reset_complete.html @@ -0,0 +1,10 @@ + + + + + Title + + + + + diff --git a/templates/accounts_ext/password_reset_done.html b/templates/accounts_ext/password_reset_done.html new file mode 100644 index 0000000..e149a39 --- /dev/null +++ b/templates/accounts_ext/password_reset_done.html @@ -0,0 +1,10 @@ + + + + + Title + + + + + diff --git a/templates/accounts_ext/reset_password.html b/templates/accounts_ext/reset_password.html new file mode 100644 index 0000000..d3aea4f --- /dev/null +++ b/templates/accounts_ext/reset_password.html @@ -0,0 +1,17 @@ +{% extends 'base.html' %} +{% load crispy_forms_tags %} + +{% block content %} + +
+
+
+
+
{{ title }}
+
+
+ {% crispy form %} +
+
+ +{% endblock content %}