summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan McGee <dan@archlinux.org>2012-12-31 11:47:14 -0600
committerDan McGee <dan@archlinux.org>2012-12-31 11:47:14 -0600
commit3d23df0b661de5ccd5096dda22abcfb161e8b1b4 (patch)
treeb7a148c9082bca50fcda09446e648d9ccfd91845
parenteea59cd12b6f17c5f0f96805205bc4967143f658 (diff)
downloadarchweb-3d23df0b661de5ccd5096dda22abcfb161e8b1b4.tar.gz
archweb-3d23df0b661de5ccd5096dda22abcfb161e8b1b4.zip
Fix case of devel user profile verbose namerelease_2012-12-31
Signed-off-by: Dan McGee <dan@archlinux.org>
-rw-r--r--devel/models.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/models.py b/devel/models.py
index 5f0a8318..6689ca3d 100644
--- a/devel/models.py
+++ b/devel/models.py
@@ -51,8 +51,8 @@ class UserProfile(models.Model):
class Meta:
db_table = 'user_profiles'
get_latest_by = 'last_modified'
- verbose_name = 'Additional Profile Data'
- verbose_name_plural = 'Additional Profile Data'
+ verbose_name = 'additional profile data'
+ verbose_name_plural = 'additional profile data'
def get_absolute_url(self):
# TODO: this is disgusting. find a way to consolidate this logic with