equal
deleted
inserted
replaced
44 |
44 |
45 knowledge_of_sage = models.CharField(max_length=1, choices=SAGE_KNOWLEDGE_CHOICES) |
45 knowledge_of_sage = models.CharField(max_length=1, choices=SAGE_KNOWLEDGE_CHOICES) |
46 tools_used = models.TextField(help_text="Ex: Scilab, Mathematica, Matlab etc.", verbose_name="Other tools used", blank=True) |
46 tools_used = models.TextField(help_text="Ex: Scilab, Mathematica, Matlab etc.", verbose_name="Other tools used", blank=True) |
47 |
47 |
48 address = models.TextField(help_text="To send DVD containing tutorials on Python if required.") |
48 address = models.TextField(help_text="To send DVD containing tutorials on Python if required.") |
49 phone_num = models.CharField(max_length=15) |
49 phone_num = models.CharField(max_length=15, verbose_name="Phone Number") |
50 |
50 |
51 likeliness_of_attending = models.CharField(max_length=1, choices=LIKELINESS_CHOICES) |
51 likeliness_of_attending = models.CharField(max_length=1, choices=LIKELINESS_CHOICES) |
52 |
52 |