Skip to content

Commit

Permalink
Merge pull request #358 from nationalarchives/feature/remove-mourning…
Browse files Browse the repository at this point in the history
…-banner

Remove announcement banner
  • Loading branch information
lozette authored Sep 16, 2022
2 parents 9de3a6e + 2f14dd0 commit 973a8cf
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 67 deletions.
64 changes: 0 additions & 64 deletions ds_judgements_public_ui/sass/includes/_announcement_banner.scss

This file was deleted.

1 change: 0 additions & 1 deletion ds_judgements_public_ui/sass/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,3 @@
@import "includes/homepage_browse";
@import "includes/what_to_expect";
@import "includes/js_enabled";
@import "includes/announcement_banner";
1 change: 0 additions & 1 deletion ds_judgements_public_ui/templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@
{% include 'includes/cookie_consent/cookie_banner.html' %}
<a id="skip-to-main-content" href="#main-content">{% translate "skiplink" %}</a>
{% include 'includes/gtm/gtm_body.html' %}
{% include 'includes/announcement_banner.html' %}
{% include 'includes/phase_banner.html' %}
<main id="main-content">
{% block content %}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
{% include 'includes/cookie_consent/cookie_banner.html' %}
<a id="skip-to-main-content" href="#main-content">{% translate "skiplink" %}</a>
{% include 'includes/gtm/gtm_body.html' %}
{% include 'includes/announcement_banner.html' %}
{% include 'includes/phase_banner.html' %}
<header class="page-header">
{% include 'includes/breadcrumbs.html' with current=context.page_title title=context.page_title link=request.path %}
Expand Down

0 comments on commit 973a8cf

Please sign in to comment.