Newsletter thanks view.
[wolnelektury.git] / src / newsletter / templates / newsletter / subscribe_form.html
index c0379f0..6d9f3bc 100644 (file)
@@ -1,19 +1,17 @@
 {% extends "base/base.html" %}
 {% load i18n %}
-{% load ssify %}
 {% load honeypot %}
 {% load ajaxable_tags %}
 
 {% block body %}
   <h1>{{ page_title }}</h1>
   <form id="subscribe-form" action="" method="post" accept-charset="utf-8" class="cuteform">
-    {% ssi_csrf_token %}
+    {% csrf_token %}
     {% render_honeypot_field %}
     <ol>
       <li>{{ form.email|pretty_field }}</li>
-      <li>{{ form.mailing_lists|pretty_field }}</li>
       <li><span class="helptext">{{ form.data_processing }}</span></li>
       <li><input type="submit" value="{% trans "Subscribe" %}"/></li>
     </ol>
   </form>
-{% endblock %}
\ No newline at end of file
+{% endblock %}