aboutsummaryrefslogtreecommitdiffstats
path: root/pydis_site/apps/resources/urls.py
diff options
context:
space:
mode:
Diffstat (limited to 'pydis_site/apps/resources/urls.py')
-rw-r--r--pydis_site/apps/resources/urls.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/pydis_site/apps/resources/urls.py b/pydis_site/apps/resources/urls.py
index aa3892b6..044f7072 100644
--- a/pydis_site/apps/resources/urls.py
+++ b/pydis_site/apps/resources/urls.py
@@ -31,6 +31,7 @@ VALID_RESOURCE_TYPES = [
def get_all_pages() -> typing.Iterator[dict[str, str]]:
+ """Get all the valid options for the resource_type path selector."""
for resource_type in VALID_RESOURCE_TYPES:
yield {"resource_type": resource_type}