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

Commit b66514d

Browse files
authored
Merge pull request #27 from yogstation13/gaxaholic
Remove .title() from round.map_name
2 parents 5862bdb + 0c4ffa6 commit b66514d

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)