Skip to content

Commit

Permalink
Updated Ladder Template (#72)
Browse files Browse the repository at this point in the history
* New Upload v2 API

* Updated Requirements

* Updated Ladder Template
  • Loading branch information
Kraust authored Sep 2, 2024
1 parent 65b51d9 commit 1359bbd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ladder/templates/ladder_entry.html
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,8 @@
<img src="{% static 'img/18px-TFO_advanced_icon.png' %}"></img>&nbsp;Advanced
{% elif entry.ladder.difficulty == "Normal" %}
<img src="{% static 'img/18px-TFO_normal_icon.png' %}"></img>&nbsp;Normal
{% elif entry.ladder.difficulty == "Any" %}
<img src="{% static 'img/18px-TFO_normal_icon.png' %}"></img>&nbsp;Any
{% elif entry.ladder.difficulty is None %}
<img src="{% static 'img/18px-TFO_normal_icon.png' %}"></img>&nbsp;Any
{% else %}
Expand Down

0 comments on commit 1359bbd

Please sign in to comment.