Reorganize code.
[audio.git] / apps / archive / templates / registration / login.html
diff --git a/apps/archive/templates/registration/login.html b/apps/archive/templates/registration/login.html
deleted file mode 100755 (executable)
index 115cdf1..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-{% extends "base.html" %}
-{% load i18n %}
-
-{% block content %}
-
-<form method='post'>
-{% csrf_token %}
-{{ form.as_p }}
-<p><input type='submit' value='{% trans "Login" %}' /></p>
-</form>
-
-{% endblock %}