content override is optional
This commit is contained in:
		
							parent
							
								
									a8e34b362b
								
							
						
					
					
						commit
						9977393d88
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -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): | ||||
|         """ | ||||
|  |  | |||
		Loading…
	
	Add table
		
		Reference in a new issue
	
	 Luke Hatcher
						Luke Hatcher