Add missing content block in the blog_ungleich.html template file

This commit is contained in:
PCoder 2018-07-14 19:03:04 +02:00
parent a5929b3e86
commit c97e2c55f3
1 changed files with 2 additions and 0 deletions

View File

@ -2,4 +2,6 @@
{% load cms_tags %}
{% block base_content %}
{% placeholder "default" %}
{% block content %}
{% endblock %}
{% endblock %}