From 7e38340a927573eb0ace5813e1d83c114978a1ce Mon Sep 17 00:00:00 2001 From: Nicolas ROCHE Date: Mon, 28 Sep 2020 15:02:23 +0200 Subject: [PATCH] manager: remove comment on table template (#47093) --- src/authentic2/manager/templates/authentic2/manager/table.html | 1 - 1 file changed, 1 deletion(-) diff --git a/src/authentic2/manager/templates/authentic2/manager/table.html b/src/authentic2/manager/templates/authentic2/manager/table.html index b64ae94ed..aad68bf91 100644 --- a/src/authentic2/manager/templates/authentic2/manager/table.html +++ b/src/authentic2/manager/templates/authentic2/manager/table.html @@ -32,7 +32,6 @@ {% endif %} data-pk="{{ row.record.id }}" class="{{ forloop.counter|divisibleby:2|yesno:"even,odd" }}"> - {# avoid cycle for Django 1.2-1.6 compatibility #} {% for column, cell in row.items %} {% if column.localize == None %}{{ cell }}{% else %}{% if column.localize %}{{ cell|localize }}{% else %}{{ cell|unlocalize }}{% endif %}{% endif %} {% endfor %}