Using cache middleware instead of various caching micro-strategies,
[wolnelektury.git] / apps / ajaxable / templates / ajaxable / form.html
index 38113db..13586ac 100755 (executable)
@@ -1,10 +1,11 @@
 {% load i18n %}
+{% load ssi_csrf_token from ssify %}
 
 <h1>{{ title }}</h1>
 
 <form action="{{ request.get_full_path }}" method="post" accept-charset="utf-8"
        class="cuteform{% if placeholdize %} hidelabels{% endif %}">
-{% csrf_token %}
+{% ssi_csrf_token %}
 {% if honeypot %}
     {% load honeypot %}
     {% render_honeypot_field %}