mirror of
https://gitlab.com/crafty-controller/crafty-4.git
synced 2024-08-30 18:23:09 +00:00
Correct patreon to patron
Patreon is the platform, supporters are patrons
This commit is contained in:
parent
aeb6b774f4
commit
6744fe5409
@ -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"
|
||||
|
@ -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 %}
|
||||
|
Loading…
Reference in New Issue
Block a user