Skip to content

Commit

Permalink
hardcode the belts we display
Browse files Browse the repository at this point in the history
  • Loading branch information
zardus committed Jan 26, 2024
1 parent ff3532e commit 47e1726
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dojo_theme/templates/belts.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ <h1>The Belted</h1>
Below is a list of true hackers: those who stared at the yellow box, and rather than flinching, dove in.
</p>

{% for belt_color in belt_data.ranks %}
{% for belt_color in ("blue", "green", "yellow", "orange") %}
<h2>{{belt_color.title()}} Belts</h2>
<p>
{% if belt_color == "blue" %}
Expand Down

0 comments on commit 47e1726

Please sign in to comment.