aboutsummaryrefslogtreecommitdiffstats
path: root/pydis_site/apps/staff/urls.py
diff options
context:
space:
mode:
authorGravatar Johannes Christ <[email protected]>2023-04-16 01:00:32 +0200
committerGravatar Johannes Christ <[email protected]>2023-04-16 01:00:32 +0200
commit762763cf00651526b798e70995eaf320d4275e97 (patch)
treebcfcc55264154f25de8a5c91c4cdc21ecf2c4f2d /pydis_site/apps/staff/urls.py
parentAdd README to the resources app (#934) (diff)
Add a README to the staff app
Plus minor refactorings
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 = [