diff -r e17ac1365fb2 -r 514db83586f5 sdi/models.py --- a/sdi/models.py Sat Jun 05 12:00:01 2010 +0530 +++ b/sdi/models.py Sat Jun 05 12:13:21 2010 +0530 @@ -18,13 +18,17 @@ ("5", "Written production level code in Sage"), ) -TOPICS_CHOICES = (("1", "Topic 1"), - ("2", "Topic 2"), - ("3", "Topic 3"), - ("4", "Topic 4"), - ("5", "Topic 5"), +TOPICS_CHOICES = (("1", "Cryptography"), + ("2", "Basic Algebra"), + ("3", "Calculus"), + ("4", "Arbitrary Precision Numerics"), + ("5", "Basic Plotting"), + ("6", "Number Theory"), + ("7", "Polynomials"), + ("8", "Combinatorics and Graph Theory"), ) + LIKELINESS_CHOICES = (('5', "Will attend at any cost"), ('4', "Will attend most probably"), ('3', "Unsure of attending"),