Move placeholder to blog_ungleich

This was the cause why the structure/content switch was not available on the blog page
This commit is contained in:
M.Ravi 2018-07-11 18:50:56 +02:00
parent 5c6528aa03
commit b3cdbbcae2
2 changed files with 2 additions and 3 deletions

View File

@ -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>

View File

@ -1,5 +1,5 @@
{% extends "base_ungleich.html" %}
{% load cms_tags %}
{% block base_content %}
{% block content %}
{% endblock %}
{% placeholder "default" %}
{% endblock %}