summaryrefslogtreecommitdiff
path: root/ishtar_common/templates
diff options
context:
space:
mode:
Diffstat (limited to 'ishtar_common/templates')
-rw-r--r--ishtar_common/templates/admin/change_parent.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/ishtar_common/templates/admin/change_parent.html b/ishtar_common/templates/admin/change_parent.html
index 5ab6d5b6b..dab4eb5ba 100644
--- a/ishtar_common/templates/admin/change_parent.html
+++ b/ishtar_common/templates/admin/change_parent.html
@@ -3,7 +3,7 @@
{% block content %}
<form action="." method="post" enctype="multipart/form-data">
- {% crsf_token %}
+ {% csrf_token %}
<table>
{{ change_parent_form }}
</table>