lingo: remove uselesss csrftoken directive (#57850)

This commit is contained in:
Benjamin Dauvergne 2021-10-14 11:47:03 +02:00
parent 65ed19ffaa
commit 0aac640e37
1 changed files with 0 additions and 1 deletions

View File

@ -1,7 +1,6 @@
{% load i18n %}
{% block cell-content %}
<h2>{% trans "Recent Transactions" %}</h2>
{% csrf_token %}
<ul>
{% for transaction in transactions %}
<li>{{ transaction.start_date|date:"d E o H:i"|lower }}