Change title char field in UngleichPicture to HTML field
This commit is contained in:
		
					parent
					
						
							
								e35d9a2789
							
						
					
				
			
			
				commit
				
					
						e9b3e77752
					
				
			
		
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -11,7 +11,7 @@ class UngelichPicture(CMSPlugin):
 | 
				
			||||||
        related_name="image",
 | 
					        related_name="image",
 | 
				
			||||||
        on_delete=models.SET_NULL
 | 
					        on_delete=models.SET_NULL
 | 
				
			||||||
    )
 | 
					    )
 | 
				
			||||||
    title = models.CharField(max_length=400)
 | 
					    title = HTMLField()
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
class SectionWithImage(UngelichPicture):
 | 
					class SectionWithImage(UngelichPicture):
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue