Skip to content
Snippets Groups Projects
Commit 7633372b authored by Benjamin Hättasch's avatar Benjamin Hättasch
Browse files

Merge branch 'interest_restriction' of gitlab.fachschaften.org:kif/akplanning...

Merge branch 'interest_restriction' of gitlab.fachschaften.org:kif/akplanning into interest_restriction
parents e8ba7d85 98ce6e3c
No related branches found
No related tags found
1 merge request!111add interest window
Pipeline #48614 failed
......@@ -159,9 +159,9 @@ class AKAdminForm(forms.ModelForm):
@admin.register(AK)
class AKAdmin(SimpleHistoryAdmin):
model = AK
list_display = ['name', 'short_name', 'category', 'track', 'is_wish', 'interest', 'event']
list_display = ['name', 'short_name', 'category', 'track', 'is_wish', 'interest', 'interest_counter', 'event']
list_filter = ['category', WishFilter, 'event']
list_editable = ['short_name', 'track', 'interest']
list_editable = ['short_name', 'track', 'interest', 'interest_counter']
ordering = ['pk']
actions = ['wiki_export']
form = AKAdminForm
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment