rename overview.html to host_overview.html
This commit is contained in:
parent
c925c8afd0
commit
7c5260a6da
@ -175,7 +175,7 @@ class JsUpdateView(TemplateView):
|
||||
|
||||
class OverviewView(CreateView):
|
||||
model = Host
|
||||
template_name = "main/overview.html"
|
||||
template_name = "main/host_overview.html"
|
||||
form_class = CreateHostForm
|
||||
|
||||
@method_decorator(login_required)
|
||||
|
Loading…
x
Reference in New Issue
Block a user