From 930fa8a679a1dd46a1909522f52efd1b404ef748 Mon Sep 17 00:00:00 2001 From: Andrew Williams Date: Tue, 15 Mar 2011 12:12:00 +0000 Subject: [PATCH] Remove unneeded template --- app/templates/registration/imprint.html | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 app/templates/registration/imprint.html diff --git a/app/templates/registration/imprint.html b/app/templates/registration/imprint.html deleted file mode 100644 index 04078b7..0000000 --- a/app/templates/registration/imprint.html +++ /dev/null @@ -1,17 +0,0 @@ -{% load mumble_extras %} -{% load i18n %} - -{% block Headline %}{% trans "Imprint" %}{% endblock %} - -{% block Content %} -
-

- This is Mumble-Django, a Murmur config application for Django that configures a Mumble server. It is able to create and remove server instances, start/stop them, and configure them.
-
- Furthermore, registered Django users can sign up for user accounts on the configured vservers and change their registration names and passwords, and Django admins can manage server admins through the webinterface.
-
- It is being developed by Michael "Svedrin" Ziegler. -

-

All JavaScript elements were implemented using the ExtJS JavaScript library.

-
-{% endblock %}