summaryrefslogtreecommitdiff
path: root/project
diff options
context:
space:
mode:
authorMadhusudan.C.S2010-09-08 15:37:17 +0530
committerMadhusudan.C.S2010-09-08 15:37:17 +0530
commitf4c66815e644b68073716bdf7111ffd686041a6f (patch)
treecd3a48df2c1df30973ce8d0b94b1edc18937b572 /project
parent0a958d8c93c1ad167a67d55e4730aa9795fb412e (diff)
downloadscipycon-f4c66815e644b68073716bdf7111ffd686041a6f.tar.gz
scipycon-f4c66815e644b68073716bdf7111ffd686041a6f.tar.bz2
scipycon-f4c66815e644b68073716bdf7111ffd686041a6f.zip
Capitalize type of audience.
Diffstat (limited to 'project')
-rw-r--r--project/scipycon/talk/models.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/project/scipycon/talk/models.py b/project/scipycon/talk/models.py
index ed8fc0f..82c8f25 100644
--- a/project/scipycon/talk/models.py
+++ b/project/scipycon/talk/models.py
@@ -15,10 +15,10 @@ DURATION_CHOICES = (
)
AUDIENCE_CHOICES = (
- ('nonprogrammers', 'non-programmer'),
- ('beginers', 'beginning programmer'),
- ('intermediate', 'intermediate programmer'),
- ('advanced', 'advanced programmer'),
+ ('nonprogrammers', 'Non Programmer'),
+ ('beginers', 'Beginner Programmer'),
+ ('intermediate', 'Intermediate Programmer'),
+ ('advanced', 'Advanced Programmer'),
)