Skip to content
This repository was archived by the owner on May 22, 2025. It is now read-only.

Commit 0c4ffa6

Browse files
authored
we can be trusted with this I promise
1 parent 5862bdb commit 0c4ffa6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

yogsite/templates/rounds/rounds.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ <h2 class="title is-2 has-text-centered">Public Round List</h2>
6060
{% if round.map_name %}
6161
href="?query={{ round.map_name | quote_plus }}"
6262
{% endif %}
63-
class="tag is-medium is-primary">{{ (round.map_name or "None").title() }}
63+
class="tag is-medium is-primary">{{ (round.map_name or "None") }}
6464
</a>
6565
</td>
6666

0 commit comments

Comments
 (0)