blog: Mark entry headline safe in title.
We already strip tags, but this lets HTML entities render correctly.
This commit is contained in:
		
							parent
							
								
									331b14b45e
								
							
						
					
					
						commit
						9fbc652c7c
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -1,6 +1,6 @@ | ||||||
| {% extends "base_blog.html" %} | {% extends "base_blog.html" %} | ||||||
| 
 | 
 | ||||||
| {% block subtitle %}{{ object.headline|striptags }} - Conservancy Blog - {% endblock %} | {% block subtitle %}{{ object.headline|striptags|safe }} - Conservancy Blog - {% endblock %} | ||||||
| 
 | 
 | ||||||
| {% block content %} | {% block content %} | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		
		Reference in a new issue
	
	 Brett Smith
						Brett Smith