argh, location optional
This commit is contained in:
parent
4b2f8845e7
commit
9ac04ec4e9
|
@ -13,7 +13,7 @@ class Project(models.Model):
|
|||
extra_text = models.TextField(blank=True)
|
||||
start_date = models.DateField(blank=True)
|
||||
end_date = models.DateField(blank=True)
|
||||
location = models.CharField(max_length=255)
|
||||
location = models.CharField(max_length=255, blank=True)
|
||||
|
||||
def __unicode__(self):
|
||||
return self.title
|
||||
|
|
Loading…
Reference in New Issue
Block a user