Use proper template name in generic detail view
This commit is contained in:
parent
9d445e2d1a
commit
99945c9742
|
@ -1,5 +1,5 @@
|
||||||
{% load pretty %}
|
{% load pretty %}
|
||||||
{% include 'partials/notify.html' %}
|
{% include 'mixins/partials/notify.html' %}
|
||||||
|
|
||||||
{% if live is not None %}
|
{% if live is not None %}
|
||||||
<h1 class="title">Live {{ context_object_name_singular }} info</h1>
|
<h1 class="title">Live {{ context_object_name_singular }} info</h1>
|
||||||
|
|
Loading…
Reference in New Issue