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 d8f0036..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-{% load i18n %}
-<h1>{{ title }}</h1>
-
-<form action="{{ request.get_full_path }}" method="post" accept-charset="utf-8" class="cuteform">
-<ol>
-    {{ form.as_ul }}
-    <li><input type="submit" value="{{ submit }}"/></li>
-</ol>
-</form>
\ No newline at end of file