Remove old version.
[wolnelektury.git] / src / suggest / templates / publishing_suggest.html
old mode 100755 (executable)
new mode 100644 (file)
index 66792c7..2ccabde
@@ -1,18 +1,7 @@
 {% extends "ajaxable/form.html" %}
 {% load i18n %}
-{% load ajaxable_tags %}
-
-{% block form_fields %}
-{{ form.contact|pretty_field }}
-  <li>{% trans "I'd like to find in WolneLektury.pl theseā€¦" %}</li>
-  {{ form.books|pretty_field }}
-  {{ form.ebook|pretty_checkbox }}
-  {{ form.audiobook|pretty_checkbox }}
-  {{ form.agree_newsletter|pretty_checkbox }}
-{% endblock %}
 
 
-    <li><input type="submit" value="{% trans "Send report" %}"/></li>
-    <li>{% trans "Remember that we can only publish books in public domain, ie. 70 years after the death of the author!" %}</li>
-  </ol>
-</form>
+{% block extra %}
+  <p>{% trans "Remember that we can only publish books in public domain, ie. 70 years after the death of the author!" %}</p>
+{% endblock %}