# HG changeset patch # User neko259 # Date 2015-03-20 18:13:41 # Node ID a9c8dc93ef7a70961bd313a735aca1b476cca482 # Parent 623bbefd5ea52de5396b44c1acac5603b2d47532 Removed old template diff --git a/boards/templates/boards/login.html b/boards/templates/boards/login.html deleted file mode 100644 --- a/boards/templates/boards/login.html +++ /dev/null @@ -1,25 +0,0 @@ -{% extends "boards/base.html" %} - -{% load i18n %} - -{% block head %} - {% trans 'Login' %} - {{ site_name }} -{% endblock %} - -{% block content %} - -
-
-
- {{ form.as_div }} -
- -
-
- {% trans 'Insert your user id above' %} -
-
-
-
- -{% endblock %} \ No newline at end of file