diff options
author | 2019-04-19 17:59:55 +0100 | |
---|---|---|
committer | 2019-04-19 17:59:55 +0100 | |
commit | 14e98f1e790c85e761c9ead44160ac1174f808d2 (patch) | |
tree | cd362664b5a3c5501338fa76d12589e702374676 /pydis_site/apps/home/urls.py | |
parent | Tests 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.py | 2 |
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 |