Remove template name for ReindexPageView (not used)
This commit is contained in:
parent
3663e41cd3
commit
f7becb5c1b
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@ class DemoPageView(TemplateView):
|
|||
|
||||
|
||||
class ReindexPageView(TemplateView):
|
||||
template_name = "app/demo.html"
|
||||
template_name = ""
|
||||
|
||||
def get_context_data(self, **kwargs):
|
||||
context = super().get_context_data(**kwargs)
|
||||
|
|
Loading…
Reference in a new issue