aboutsummaryrefslogtreecommitdiffstats
path: root/pydis_site/apps/content/urls.py
diff options
context:
space:
mode:
authorGravatar Hassan Abouelela <[email protected]>2022-08-23 01:09:01 +0400
committerGravatar Hassan Abouelela <[email protected]>2022-08-23 01:09:01 +0400
commitc0384c626121684ad4e354aeb817fdbd2741fc4f (patch)
tree481b4f8f6177caae26357e2d0aa6a723a22ae745 /pydis_site/apps/content/urls.py
parentFix Tests For Tag Metadata (diff)
Improve Tag Commit Naming
Signed-off-by: Hassan Abouelela <[email protected]>
Diffstat (limited to 'pydis_site/apps/content/urls.py')
-rw-r--r--pydis_site/apps/content/urls.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pydis_site/apps/content/urls.py b/pydis_site/apps/content/urls.py
index 03c0015a..163d05bc 100644
--- a/pydis_site/apps/content/urls.py
+++ b/pydis_site/apps/content/urls.py
@@ -63,5 +63,5 @@ urlpatterns = [
views.PageOrCategoryView.as_view(),
name='page_category',
distill_func=get_all_pages
- )
+ ),
]