aboutsummaryrefslogtreecommitdiffstats
path: root/pydis_site/apps/home
diff options
context:
space:
mode:
authorGravatar ks129 <[email protected]>2021-03-30 13:26:11 +0300
committerGravatar GitHub <[email protected]>2021-03-30 13:26:11 +0300
commit397d143161563fcdfcec32637e8d4d03dd6541f2 (patch)
treef2d32e6f9b8dae443ab8936cbcd4d03bc78fcaa4 /pydis_site/apps/home
parentFix applying description changes to wrong places (diff)
parentMerge pull request #393 from ks129/guides-app (diff)
Merge branch 'dewikification' into resources-lists
Diffstat (limited to 'pydis_site/apps/home')
-rw-r--r--pydis_site/apps/home/urls.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/pydis_site/apps/home/urls.py b/pydis_site/apps/home/urls.py
index 1578e0ac..3c716875 100644
--- a/pydis_site/apps/home/urls.py
+++ b/pydis_site/apps/home/urls.py
@@ -8,4 +8,6 @@ urlpatterns = [
path('', HomeView.as_view(), name='home'),
path('admin/', admin.site.urls),
path('resources/', include('pydis_site.apps.resources.urls')),
+ path('pages/', include('pydis_site.apps.content.urls')),
+ path('events/', include('pydis_site.apps.events.urls', namespace='events')),
]