aboutsummaryrefslogtreecommitdiffstats
path: root/pydis_site/apps/home/urls.py
diff options
context:
space:
mode:
authorGravatar Gareth Coles <[email protected]>2019-04-19 17:59:55 +0100
committerGravatar Gareth Coles <[email protected]>2019-04-19 17:59:55 +0100
commit14e98f1e790c85e761c9ead44160ac1174f808d2 (patch)
treecd362664b5a3c5501338fa76d12589e702374676 /pydis_site/apps/home/urls.py
parentTests for templatetags (diff)
Lint and update django-simple-bulma
Diffstat (limited to 'pydis_site/apps/home/urls.py')
-rw-r--r--pydis_site/apps/home/urls.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pydis_site/apps/home/urls.py b/pydis_site/apps/home/urls.py
index 34ceda40..6d144aaa 100644
--- a/pydis_site/apps/home/urls.py
+++ b/pydis_site/apps/home/urls.py
@@ -1,7 +1,7 @@
from django.conf import settings
from django.conf.urls.static import static
from django.contrib import admin
-from django.urls import path, include
+from django.urls import include, path
from django.views.generic import TemplateView