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 %}