Changeset - 9977393d88d4
[Not reviewed]
0 1 0
Luke Hatcher - 12 years ago 2012-11-26 00:12:36
lukeman@gmail.com
content override is optional
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
symposion/schedule/models.py
Show inline comments
...
 
@@ -57,7 +57,7 @@ class Slot(models.Model):
 
    kind = models.ForeignKey(SlotKind)
 
    start = models.TimeField()
 
    end = models.TimeField()
 
    content_override = MarkupField()
 
    content_override = MarkupField(blank=True)
 
    
 
    def assign(self, content):
 
        """
0 comments (0 inline, 0 general)