b3cdbbcae2
This was the cause why the structure/content switch was not available on the blog page
5 lines
123 B
HTML
5 lines
123 B
HTML
{% extends "base_ungleich.html" %}
|
|
{% load cms_tags %}
|
|
{% block base_content %}
|
|
{% placeholder "default" %}
|
|
{% endblock %}
|