X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=influences%2Fmodels.py;h=a2c72266dd2ad97fdbf7e4330b15c681bc9b4642;hb=38fe2108605e7d59c31709fa763ce24905a5b956;hp=b3d023c4b30cc1944ff3ccb65d94b1c578ad14a2;hpb=089b685a37fa8ecaecba20e10fa6bdcdfe449886;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")