Forgot a spot.

This commit is contained in:
Víðir Valberg Guðmundsson 2018-08-06 10:17:22 +02:00
parent 88152776e3
commit 2ac86d661c

View file

@ -16,7 +16,7 @@
<li>Finish: {{ task.when.upper|default:"N/A" }}<br>
</ul>
</div>
<div class="panel-footer"><i>This task belongs to the <a href="{% url 'teams:detail' team_slug=task.team.slug camp_slug=task.team.camp.slug %}">{{ task.team.name }} Team</a></i></div>
<div class="panel-footer"><i>This task belongs to the <a href="{% url 'teams:general' team_slug=task.team.slug camp_slug=task.team.camp.slug %}">{{ task.team.name }} Team</a></i></div>
</div>