1
0
mirror of https://gitlab.crans.org/bde/nk20 synced 2025-06-21 01:48:21 +02:00

Reorder import statements of apps/activity

This commit is contained in:
Alexandre Iooss
2020-08-10 15:30:39 +02:00
parent 7719ff41ad
commit ccfc1e74ac
8 changed files with 14 additions and 14 deletions

View File

@ -7,7 +7,7 @@ import django_tables2 as tables
from django_tables2 import A
from note.templatetags.pretty_money import pretty_money
from .models import Activity, Guest, Entry
from .models import Activity, Entry, Guest
class ActivityTable(tables.Table):