aboutsummaryrefslogtreecommitdiffstats
path: root/pydis_site/apps/staff/urls.py
diff options
context:
space:
mode:
authorGravatar Xithrius <[email protected]>2023-04-20 18:57:47 -0700
committerGravatar GitHub <[email protected]>2023-04-20 18:57:47 -0700
commit49130f733d621f0c11265d791eea01b13e2160c4 (patch)
tree8f6880710fad3a7300076a3104f8dacb05248807 /pydis_site/apps/staff/urls.py
parentMerge pull request #946 from python-discord/dependabot/pip/sentry-sdk-1.20.0 (diff)
parentMerge branch 'main' into staff-app-readme (diff)
Merge pull request #941 from python-discord/staff-app-readme
Diffstat (limited to 'pydis_site/apps/staff/urls.py')
-rw-r--r--pydis_site/apps/staff/urls.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pydis_site/apps/staff/urls.py b/pydis_site/apps/staff/urls.py
index ca8d1a0f..0565592b 100644
--- a/pydis_site/apps/staff/urls.py
+++ b/pydis_site/apps/staff/urls.py
@@ -1,6 +1,6 @@
from django.urls import path
-from .viewsets import LogView
+from .views import LogView
app_name = 'staff'
urlpatterns = [