Skip to content

Commit

Permalink
Don't appear on set cookie page
Browse files Browse the repository at this point in the history
  • Loading branch information
akmiller01 committed Jul 1, 2024
1 parent b1a4989 commit 37b1a12
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions di_website/templates/tags/cookie_notice.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{% load wagtailcore_tags %}

{% if request.get_full_path != notice.set_cookie_page.url %}
<div class="notice__wrapper notice__wrapper--notice display-none" data-notice id="cookie-notice">
<div class="row">
<div class="notice__content">
Expand All @@ -24,3 +25,4 @@ <h2>{{ notice.heading }}</h2>
</div>
</div>
</div>
{% endif %}

0 comments on commit 37b1a12

Please sign in to comment.