From bed936cd311dccd3fc7947d3ae78ec9eb33a9314 Mon Sep 17 00:00:00 2001 From: Max Yakovenko Date: Fri, 20 Jul 2018 01:01:16 +0300 Subject: [PATCH] update requirements.add rangefilter --- requirements.txt | 1 + templates/emails/activation_email.html | 10 ++++++++++ templates/emails/email_base.html | 10 ++++++++++ ...t_password_email.html => password_reset_email.html} | 0 4 files changed, 21 insertions(+) create mode 100644 templates/emails/activation_email.html create mode 100644 templates/emails/email_base.html rename templates/emails/{reset_password_email.html => password_reset_email.html} (100%) diff --git a/requirements.txt b/requirements.txt index ad92a75..8b58cd2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -14,6 +14,7 @@ cssselect2==0.2.1 defusedxml==0.5.0 diff-match-patch==20121119 Django==2.0.7 +django-admin-rangefilter==0.3.7 django-appconf==1.0.2 django-autoslug==1.9.3 django-autoslug-iplweb==1.9.4.dev0 diff --git a/templates/emails/activation_email.html b/templates/emails/activation_email.html new file mode 100644 index 0000000..4cc2169 --- /dev/null +++ b/templates/emails/activation_email.html @@ -0,0 +1,10 @@ + + + + + $Title$ + + +$END$ + + diff --git a/templates/emails/email_base.html b/templates/emails/email_base.html new file mode 100644 index 0000000..4cc2169 --- /dev/null +++ b/templates/emails/email_base.html @@ -0,0 +1,10 @@ + + + + + $Title$ + + +$END$ + + diff --git a/templates/emails/reset_password_email.html b/templates/emails/password_reset_email.html similarity index 100% rename from templates/emails/reset_password_email.html rename to templates/emails/password_reset_email.html