Skip to content

Commit 41a58d2

Browse files
committed
adding host info page
1 parent 80e766b commit 41a58d2

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

src/django_project/web/urls/gui.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
from django.urls import path
2-
32
from web.views import gui
43

54
urlpatterns = [

src/django_project/web/views/gui.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
from django.views import View
1111
from django.views.generic import TemplateView
1212
from handyhelpers.views.htmx import HtmxFormPostSimple, HtmxPartialView
13-
1413
from web.forms import PresentationRequestForm, TopicSuggestionForm
1514
from web.models import Event, Resource, ResourceCategory
1615

0 commit comments

Comments
 (0)