Compare commits

..

No commits in common. "bd17ad5f8f2c3675abbc379b16733847f78394a2" and "9ac003ea3ccfc48b9bdd9d8037681471e01052d5" have entirely different histories.

1 changed files with 3 additions and 3 deletions

View File

@ -13,7 +13,7 @@
<p>
Score : {{ top3.1.1 }}
<br>
<a href="{% url 'scoreboard:campus' campus=top3.1.0 %}">{{ top3.1.0 }}</a>
{{ top3.1.0 }}
</p>
</div>
<div class="col-4 col-sm-3 col-md-2 podium podium-one text-center">
@ -22,7 +22,7 @@
<p>
Score : {{ top3.0.1 }}
<br>
<a href="{% url 'scoreboard:campus' campus=top3.0.0 %}">{{ top3.0.0 }}</a>
{{ top3.0.0 }}
</p>
</div>
<div class="col-4 col-sm-3 col-md-2 podium podium-three text-center">
@ -31,7 +31,7 @@
<p>
Score : {{ top3.2.1 }}
<br>
<a href="{% url 'scoreboard:campus' campus=top3.2.0 %}">{{ top3.2.0 }}</a>
{{ top3.2.0 }}
</p>
</div>
</div>