We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bcb00d2 commit e1185abCopy full SHA for e1185ab
1 file changed
wagtailio/project_styleguide/templates/patterns/base_page.html
@@ -87,18 +87,6 @@
87
{% endblock body_top %}
88
89
{% block header %}
90
- {% if '/wagtail-space' not in request.path %}
91
- <!-- This content will NOT show on any URL containing /wagtail-space -->
92
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
102
{% include "patterns/includes/header.html" %}
103
{% endblock header %}
104
0 commit comments