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.
2 parents 753317d + f291bb4 commit b18d191Copy full SHA for b18d191
stade/core/templates/stats.html
@@ -90,7 +90,7 @@ <h4>Success/Total</h4>
90
</form>
91
{% endif %}
92
<li>
93
- <a href="{% url 'task-landing' task.challenge.slug task.id %}">
+ <a href="{% if task.challenge.slug == 'milk10k' %}{% url 'challenge-landing' 'milk10k' %}{% else %}{% url 'task-landing' task.challenge.slug task.id %}{% endif %}">
94
<span>{{ task.name }}</span>
95
</a>
96
0 commit comments