Modifying urls and views by fixing misspellings.

parent c91e10c5
Pipeline #833 canceled with stages
from django.conf.urls import urls
from django.conf.urls import url
from .views import HomeListView, CloudDetailView, JesterDetailView, SunfloweyDetailView
......
......@@ -5,7 +5,7 @@ from django.views.generic.list import ListView
from django.views.generic.detail import DetailView
# Create your views here.
class HomeView(TemplateView):
class HomeListView(TemplateView):
template_name = "home.html"
class CloudDetailView(DetailView):
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment