From 7d2aa560ba859ebb593d34b062bf1faf09c8724c Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Thu, 18 Oct 2012 17:49:57 +0200 Subject: Djangoization - Major refactoring (step 1) --- ishtar/templates/registration/registration_form.html | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 ishtar/templates/registration/registration_form.html (limited to 'ishtar/templates/registration/registration_form.html') diff --git a/ishtar/templates/registration/registration_form.html b/ishtar/templates/registration/registration_form.html deleted file mode 100644 index b15f0e74b..000000000 --- a/ishtar/templates/registration/registration_form.html +++ /dev/null @@ -1,14 +0,0 @@ -{% extends "base.html" %} -{% load i18n %} - -{% block content %} -
-
{% csrf_token %} - - - {{ form.as_table }} - -
{% trans "Register" %}
-
-
-{% endblock %} -- cgit v1.2.3