X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=influences%2Fmodels.py;h=a2c72266dd2ad97fdbf7e4330b15c681bc9b4642;hb=30a3414a97f6bbcae73a936f658b639296fcdf98;hp=b3d023c4b30cc1944ff3ccb65d94b1c578ad14a2;hpb=6ae0167b390866b52721793750bb4ae6874c5110;p=matthijs%2Fprojects%2Fxerxes.git diff --git a/influences/models.py b/influences/models.py index b3d023c..a2c7226 100644 --- a/influences/models.py +++ b/influences/models.py @@ -42,6 +42,7 @@ class Influence(models.Model): class Admin: list_filter=('character', 'status', 'longterm') search_fields=('character', 'description', 'contact') + list_display=('character', 'contact', 'summary', 'longterm', 'status') class Meta: verbose_name = _("Influence")