From 47e17261cfde5c08f3b0377dc65fb75ab942aea6 Mon Sep 17 00:00:00 2001
From: Yan
Date: Fri, 26 Jan 2024 10:24:07 -0700
Subject: [PATCH] hardcode the belts we display
---
dojo_theme/templates/belts.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dojo_theme/templates/belts.html b/dojo_theme/templates/belts.html
index 65b7d7741..feb51bda5 100644
--- a/dojo_theme/templates/belts.html
+++ b/dojo_theme/templates/belts.html
@@ -17,7 +17,7 @@ The Belted
Below is a list of true hackers: those who stared at the yellow box, and rather than flinching, dove in.
- {% for belt_color in belt_data.ranks %}
+ {% for belt_color in ("blue", "green", "yellow", "orange") %}
{{belt_color.title()}} Belts
{% if belt_color == "blue" %}