Skip to content

Commit e1185ab

Browse files
authored
Removed Wagtail Space banner from the base template. (#565)
Tests look good on staging. I'm going to go ahead and merge this.
1 parent bcb00d2 commit e1185ab

1 file changed

Lines changed: 0 additions & 12 deletions

File tree

wagtailio/project_styleguide/templates/patterns/base_page.html

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -87,18 +87,6 @@
8787
{% endblock body_top %}
8888

8989
{% block header %}
90-
{% if '/wagtail-space' not in request.path %}
91-
<!-- This content will NOT show on any URL containing /wagtail-space -->
92-
{% if '/wagtail-space' not in request.path %}
93-
<div class="space-banner">
94-
<div class="banner-text">Join us for</div>
95-
<img src="{% static 'img/WagtailSpace2025Logo.png' %}"
96-
alt="Registration banner"
97-
class="banner-image">
98-
<a href="/wagtail-space-2025" class="banner-button">Learn more</a>
99-
</div>
100-
{% endif %}
101-
{% endif %}
10290
{% include "patterns/includes/header.html" %}
10391
{% endblock header %}
10492

0 commit comments

Comments
 (0)