sdi/models.py
branchanoop
changeset 74 84179d1bdc7e
parent 49 eccfa73e136b
child 78 e84f56d4968e
--- a/sdi/models.py	Mon Jun 07 16:57:51 2010 +0530
+++ b/sdi/models.py	Mon Jun 07 17:03:19 2010 +0530
@@ -12,10 +12,10 @@
                            )
 
 SAGE_KNOWLEDGE_CHOICES = (("1", "No clue what Sage is"),
-                          ("2", "I know for sure that Sage is a language"),
+                          ("2", "I know for sure that Sage is a mathematical software"),
                           ("3", "Solved some basic problems using Sage"),
                           ("4", "Been using Sage for quite some time"),
-                          ("5", "Written production level code in Sage"),
+                          #("5", "Written production level code in Sage"),
                          )
 
 TOPICS_CHOICES = (("1", "Cryptography"),