From 2638a34a18673c48c6bdbf31b057bbcf03c6aed2 Mon Sep 17 00:00:00 2001 From: Ernesto Rico-Schmidt Date: Fri, 28 Feb 2014 20:56:40 +0100 Subject: fixed text color selection diff --git a/program/models.py b/program/models.py index 9e8fd06..89e2fa7 100644 --- a/program/models.py +++ b/program/models.py @@ -24,7 +24,7 @@ class BroadcastFormat(models.Model): verbose_name_plural = _("Broadcast formats") def admin_color(self): - return u'%s/%s' % (self.color, self.text_color, self.color, self.text_color) + return u'%s/%s' % (self.color, self.text_color, self.color, self.text_color) admin_color.short_description = _("Color") admin_color.allow_tags = True -- cgit v0.10.2