diff options
| author | 2021-08-03 14:53:17 -0400 | |
|---|---|---|
| committer | 2021-08-03 14:53:17 -0400 | |
| commit | 1dbe8046c38d43bc87fe6a78b1bfc61a3599de01 (patch) | |
| tree | 09c1a57b561bd4acb1af3cc96589227b486623a2 /pydis_site/apps | |
| parent | "python" -> "general" in tags/topics. (diff) | |
styles: filtering resources page
Diffstat (limited to 'pydis_site/apps')
| -rw-r--r-- | pydis_site/apps/resources/utils.py | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/pydis_site/apps/resources/utils.py b/pydis_site/apps/resources/utils.py index 623dd7b6..bc444df4 100644 --- a/pydis_site/apps/resources/utils.py +++ b/pydis_site/apps/resources/utils.py @@ -21,7 +21,7 @@ RESOURCES: dict[str, Resource] = {path.stem: yaml.safe_load(path.read_text()) fo  RESOURCE_TABLE = {category: defaultdict(set) for category in (      "topics", -    "payment_tiers", +    "payment_tiers",          "complexity",      "type"  )}  |