Use proper template name in generic detail view

master
Mark Veidemanis 1 year ago
parent 9d445e2d1a
commit 99945c9742
Signed by: m
GPG Key ID: 5ACFCEED46C0904F

@ -1,5 +1,5 @@
{% load pretty %}
{% include 'partials/notify.html' %}
{% include 'mixins/partials/notify.html' %}
{% if live is not None %}
<h1 class="title">Live {{ context_object_name_singular }} info</h1>

Loading…
Cancel
Save