Skip to content

Commit 4b5659d

Browse files
committed
⚰️ clean up blog base
1 parent 5661234 commit 4b5659d

File tree

2 files changed

+5
-12
lines changed

2 files changed

+5
-12
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
{% extends CMS_TEMPLATE %}
22
{% load i18n %}
33
{% load cms_tags %}
4-
{% block navbar %}
5-
{% include "fds_blog/header_blog.html" %}
6-
{% endblock %}
74
{% block content %}
8-
<div class="app app-blog">
9-
{% block content_blog %}{% endblock %}
10-
</div>
11-
{% endblock %}
5+
<div class="app app-blog">
6+
{% block content_blog %}
7+
{% endblock content_blog %}
8+
</div>
9+
{% endblock content %}

fragdenstaat_de/fds_blog/templates/fds_blog/header_blog.html

-5
This file was deleted.

0 commit comments

Comments
 (0)