Correct patreon to patron

Patreon is the platform, supporters are patrons
This commit is contained in:
Zedifus 2021-11-18 20:01:30 +00:00
parent aeb6b774f4
commit 6744fe5409
2 changed files with 3 additions and 3 deletions

View File

@ -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"

View File

@ -241,7 +241,7 @@
</tr>
</thead>
<tbody>
{% for pat in data["patreons"] %}
{% for pat in data["patrons"] %}
<tr>
<td>{{ pat["name"] }}</td>
<td>
@ -310,4 +310,4 @@ $( document ).ready(function() {
});
</script>
{% end %}
{% end %}