Skip to content
Snippets Groups Projects
Commit bfd0929d authored by Piotr Gawron's avatar Piotr Gawron
Browse files

subject comments are editavle as textarea

parent 23219783
No related branches found
No related tags found
1 merge request!2Appointments dev
......@@ -142,7 +142,7 @@ class Subject(models.Model):
blank=True,
verbose_name='MPower ID'
)
comments = models.CharField(max_length=2000,
comments = models.TextField(max_length=2000,
blank=True,
verbose_name='Comments'
)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment