Merge branch 'master' into rwd
[wolnelektury.git] / apps / funding / templates / funding / offer_detail.html
old mode 100755 (executable)
new mode 100644 (file)
index 39c583b..aef4d28
         <div class="normal-text">
             <h3>{% trans "Support the publication" %}</h3>
             <form action="" method="post">
-                {% csrf_token %}
                 <table>
                 {{ form.as_table }}
                 <tr><td></td><td>
                     <button type="submit" style="border: none; background: none; cursor: pointer">
-                    <img alt="{% trans 'Donate!' %}" src="{% static 'img/payu.png %}" />
+                    <img alt="{% trans 'Donate!' %}" src="{% static 'img/payu.png' %}" />
                     </button>
                     </td></tr>
                 </table>