Merge pull request #643 from pcoder/bugfix_blog_template
Move placeholder to blog_ungleich.html
This commit is contained in:
		
				commit
				
					
						aec92d4c80
					
				
			
		
					 2 changed files with 2 additions and 3 deletions
				
			
		|  | @ -55,7 +55,6 @@ | |||
|       <div class="row"> | ||||
| 	<div class="col-lg-8 col-lg-offset-2 col-md-10 col-md-offset-1"> | ||||
| 	  {% block base_content %} | ||||
| 	  {% placeholder "default" %} | ||||
| 	  {% endblock %} | ||||
| 	</div> | ||||
|       </div> | ||||
|  |  | |||
|  | @ -1,5 +1,5 @@ | |||
| {% extends "base_ungleich.html" %} | ||||
| {% load cms_tags %} | ||||
| {% block base_content %} | ||||
| {% block content %} | ||||
| {% endblock %} | ||||
| {% placeholder "default" %} | ||||
| {% endblock %} | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue