We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61afc20 commit 88adbbeCopy full SHA for 88adbbe
stade/core/templates/base.html
@@ -128,6 +128,17 @@ <h1><a href="{% url 'index' %}"><img src="{% static 'img/isic_logo.svg' %}"
128
</div>
129
</header>
130
131
+{% if not request.user.is_authenticated %}
132
+ <div id="temporary-transition-banner" class="notification">
133
+ <div class="container">
134
+ <div class="notice-content">
135
+ <h1 class="banner-title">The MILK10k Challenge is open!</h1>
136
+ <h4 class="notice-title"><a href="{% url 'task-detail' 57 %}">Join the competition</a>!</h4>
137
+ </div>
138
139
140
+{% endif %}
141
+
142
{% load invites %}
143
144
{% show_pending_invites request %}
0 commit comments