Merge branch 'reflow'
[wolnelektury.git] / apps / ajaxable / templates / ajaxable / form.html
diff --git a/apps/ajaxable/templates/ajaxable/form.html b/apps/ajaxable/templates/ajaxable/form.html
deleted file mode 100755 (executable)
index 13586ac..0000000
+++ /dev/null
@@ -1,20 +0,0 @@
-{% load i18n %}
-{% load ssi_csrf_token from ssify %}
-
-<h1>{{ title }}</h1>
-
-<form action="{{ request.get_full_path }}" method="post" accept-charset="utf-8"
-       class="cuteform{% if placeholdize %} hidelabels{% endif %}">
-{% ssi_csrf_token %}
-{% if honeypot %}
-    {% load honeypot %}
-    {% render_honeypot_field %}
-{% endif %}
-<ol>
-    <div id="id_{% if form_prefix %}{{ form_prefix }}-{% endif %}__all__"></div>
-    {{ form.as_ul }}
-    <li><input type="submit" value="{{ submit }}"/></li>
-</ol>
-</form>
-
-{% block extra %}{% endblock %}
\ No newline at end of file