diff --git a/avatar/templates/avatar/add.html b/avatar/templates/avatar/add.html index a476dd9..a62df6c 100644 --- a/avatar/templates/avatar/add.html +++ b/avatar/templates/avatar/add.html @@ -9,6 +9,6 @@ {% endif %}
{{ upload_avatar_form.as_p }} -

+

{% csrf_token %}

{% endblock %} diff --git a/avatar/templates/avatar/change.html b/avatar/templates/avatar/change.html index 9eab6f0..321da0d 100644 --- a/avatar/templates/avatar/change.html +++ b/avatar/templates/avatar/change.html @@ -11,11 +11,11 @@ - +

{% csrf_token %}

{% endif %}
{{ upload_avatar_form.as_p }} -

+

{% csrf_token %}

{% endblock %} diff --git a/avatar/templates/avatar/confirm_delete.html b/avatar/templates/avatar/confirm_delete.html index a5bca79..5c54a7d 100644 --- a/avatar/templates/avatar/confirm_delete.html +++ b/avatar/templates/avatar/confirm_delete.html @@ -11,7 +11,7 @@ - +

{% csrf_token %}

{% endif %} {% endblock %}