sdi/models.py
changeset 12 3d333517e3c7
parent 6 3b3c5f11af8e
child 15 1c2d2e702aee
--- a/sdi/models.py	Sat May 29 10:14:47 2010 +0530
+++ b/sdi/models.py	Sat May 29 10:19:38 2010 +0530
@@ -46,7 +46,7 @@
     tools_used = models.TextField(help_text="Ex: Scilab, Mathematica, Matlab etc.", verbose_name="Other tools used", blank=True)
 
     address = models.TextField(help_text="To send DVD containing tutorials on Python if required.")
-    phone_num = models.CharField(max_length=15)
+    phone_num = models.CharField(max_length=15, verbose_name="Phone Number")
 
     likeliness_of_attending = models.CharField(max_length=1, choices=LIKELINESS_CHOICES)