From fadcbc9b31d3748f5d8dc131841f43bdea6ef6f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ma=C3=ABl=20Kervella?= Date: Wed, 13 Sep 2017 22:22:07 +0000 Subject: [PATCH] =?UTF-8?q?Les=20cotis=20sont=20d=C3=A9j=C3=A0=20compt?= =?UTF-8?q?=C3=A9es=20dans=20les=20ventes?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- logs/views.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/logs/views.py b/logs/views.py index 3bb5d45a..983c4d11 100644 --- a/logs/views.py +++ b/logs/views.py @@ -82,7 +82,7 @@ def index(request): # If reversion has no content_type (when object has been deleted) pass - if content in ['ban', 'whitelist', 'vente', 'cotisation', 'interface', 'user'] : + if content in ['ban', 'whitelist', 'vente', 'interface', 'user'] : reversions.append( {'id' : revision.id, 'comment': revision.comment,