From 1b9a2854022f290acadca420577e1b2f28728aab Mon Sep 17 00:00:00 2001 From: j <0x006A@0x2620.org> Date: Thu, 21 Feb 2013 14:21:30 +0000 Subject: [PATCH] canEditFeaturedselfs --- pandora/text/models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pandora/text/models.py b/pandora/text/models.py index af5c5c14a..74ef7726b 100644 --- a/pandora/text/models.py +++ b/pandora/text/models.py @@ -90,7 +90,7 @@ class Text(models.Model): pos.section = 'personal' pos.save() elif value == 'featured': - if user.get_profile().capability('canEditFeaturedselfs'): + if user.get_profile().capability('canEditFeaturedTexts'): pos, created = Position.objects.get_or_create(text=self, user=user, section='featured') if created: