From dff2c4bbb8f34a5fd11e9a712003d6c5a735a7eb Mon Sep 17 00:00:00 2001 From: Thomas Forgione Date: Fri, 29 Sep 2017 10:20:40 +0200 Subject: [PATCH] Removed django templates --- controllers/auth/templates/login-form.html | 24 ------------------- controllers/auth/templates/mail-was-sent.html | 9 ------- 2 files changed, 33 deletions(-) delete mode 100644 controllers/auth/templates/login-form.html delete mode 100644 controllers/auth/templates/mail-was-sent.html diff --git a/controllers/auth/templates/login-form.html b/controllers/auth/templates/login-form.html deleted file mode 100644 index 556de28..0000000 --- a/controllers/auth/templates/login-form.html +++ /dev/null @@ -1,24 +0,0 @@ -{% extends "pyade/base.html" %} -{% block content %} -{% if login_failed %} -
Username or password incorrect. Please try again.
-{% endif %} -
-
-
-
-
- -
-
- -
-
- -
- {% csrf_token %} -
-
-
-
-{% endblock %} diff --git a/controllers/auth/templates/mail-was-sent.html b/controllers/auth/templates/mail-was-sent.html deleted file mode 100644 index 1fe0934..0000000 --- a/controllers/auth/templates/mail-was-sent.html +++ /dev/null @@ -1,9 +0,0 @@ -{% extends "pyade/base.html" %} -{% block content %} -

- A mail was sent to you. -

-

- In this mail, you'll find a link to activate your account. -

-{% endblock %}