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

email is optional

parent b1aafb48
No related branches found
No related tags found
1 merge request!119Resolve "User managment page"
...@@ -117,7 +117,8 @@ class Worker(models.Model): ...@@ -117,7 +117,8 @@ class Worker(models.Model):
blank=True blank=True
) )
email = models.EmailField( email = models.EmailField(
verbose_name='E-mail' verbose_name='E-mail',
blank=True
) )
specialization = models.CharField(max_length=20, specialization = models.CharField(max_length=20,
......
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