add mailing list choice
[wolnelektury.git] / src / newsletter / templates / newsletter / subscribe_form.html
index 67a39ce..c0379f0 100644 (file)
@@ -11,7 +11,8 @@
     {% render_honeypot_field %}
     <ol>
       <li>{{ form.email|pretty_field }}</li>
-      <li>{{ form.agree_newsletter|pretty_checkbox }}</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>