Skip to content

Commit

Permalink
⚰️ clean up blog base
Browse files Browse the repository at this point in the history
  • Loading branch information
krmax44 committed Feb 23, 2024
1 parent 5661234 commit 4b5659d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 12 deletions.
12 changes: 5 additions & 7 deletions fragdenstaat_de/fds_blog/templates/fds_blog/base.html
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
{% extends CMS_TEMPLATE %}
{% load i18n %}
{% load cms_tags %}
{% block navbar %}
{% include "fds_blog/header_blog.html" %}
{% endblock %}
{% block content %}
<div class="app app-blog">
{% block content_blog %}{% endblock %}
</div>
{% endblock %}
<div class="app app-blog">
{% block content_blog %}
{% endblock content_blog %}
</div>
{% endblock content %}
5 changes: 0 additions & 5 deletions fragdenstaat_de/fds_blog/templates/fds_blog/header_blog.html

This file was deleted.

0 comments on commit 4b5659d

Please sign in to comment.