From a805e413673d259ae02733e7126c57a9aae05557 Mon Sep 17 00:00:00 2001 From: Yohann D'ANELLO Date: Sat, 28 Mar 2020 02:09:10 +0100 Subject: [PATCH] Fix CI --- apps/activity/tables.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/apps/activity/tables.py b/apps/activity/tables.py index a37f365d..0e9466e4 100644 --- a/apps/activity/tables.py +++ b/apps/activity/tables.py @@ -1,11 +1,12 @@ # Copyright (C) 2018-2020 by BDE ENS Paris-Saclay # SPDX-License-Identifier: GPL-3.0-or-later + from django.utils.html import format_html from django.utils.translation import gettext_lazy as _ import django_tables2 as tables from django_tables2 import A - from note.templatetags.pretty_money import pretty_money + from .models import Activity, Guest