Skip to content

Commit

Permalink
remove announcement tags from the core templates
Browse files Browse the repository at this point in the history
  • Loading branch information
kimakan committed Aug 8, 2023
1 parent 73352e8 commit 40de99b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions daiquiri/core/templates/core/page.html
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
{% extends 'core/base.html' %}
{% load announcement_tags %}

{% block content %}

<main class="container">
{% show_announcements %}
<div class="row">
<section class="page col-md-9">
{% block page %}{% endblock %}
Expand Down
2 changes: 0 additions & 2 deletions daiquiri/core/templates/core/wide.html
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
{% extends 'core/base.html' %}
{% load announcement_tags %}
{% block content %}

<main class="container">
<section class="wide">
{% show_announcements %}
{% block wide %}{% endblock %}
</section>
</main>
Expand Down

0 comments on commit 40de99b

Please sign in to comment.