Skip to content

Commit b18d191

Browse files
authored
Merge pull request #396 from ImageMarkup/stats-page-milk
2 parents 753317d + f291bb4 commit b18d191

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stade/core/templates/stats.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ <h4>Success/Total</h4>
9090
</form>
9191
{% endif %}
9292
<li>
93-
<a href="{% url 'task-landing' task.challenge.slug task.id %}">
93+
<a href="{% if task.challenge.slug == 'milk10k' %}{% url 'challenge-landing' 'milk10k' %}{% else %}{% url 'task-landing' task.challenge.slug task.id %}{% endif %}">
9494
<span>{{ task.name }}</span>
9595
</a>
9696

0 commit comments

Comments
 (0)