diff --git a/app/classes/web/panel_handler.py b/app/classes/web/panel_handler.py index 3187ab63..c71db9d0 100644 --- a/app/classes/web/panel_handler.py +++ b/app/classes/web/panel_handler.py @@ -87,7 +87,7 @@ class PanelHandler(BaseHandler): elif page == 'credits': with open(helper.credits_cache) as republic_credits_will_do: credits = json.load(republic_credits_will_do) - page_data["patreons"] = credits["patreons"] + page_data["patrons"] = credits["patrons"] page_data["staff"] = credits["staff"] page_data["translations"] = credits["translations"] template = "panel/credits.html" diff --git a/app/frontend/templates/panel/credits.html b/app/frontend/templates/panel/credits.html index 8e0c7ff8..59c525ea 100644 --- a/app/frontend/templates/panel/credits.html +++ b/app/frontend/templates/panel/credits.html @@ -241,7 +241,7 @@
- {% for pat in data["patreons"] %} + {% for pat in data["patrons"] %}