newsletter checkboxes in suggestions and registration
[wolnelektury.git] / src / suggest / templates / suggest.html
diff --git a/src/suggest/templates/suggest.html b/src/suggest/templates/suggest.html
new file mode 100644 (file)
index 0000000..1166706
--- /dev/null
@@ -0,0 +1,8 @@
+{% extends "ajaxable/form.html" %}
+{% load ajaxable_tags %}
+
+{% block form_fields %}
+  {{ form.contact|pretty_field }}
+  {{ form.description|pretty_field }}
+  {{ form.agree_newsletter|pretty_checkbox }}
+{% endblock %}
\ No newline at end of file