Use proper template name in generic detail view

This commit is contained in:
Mark Veidemanis 2023-02-10 20:40:29 +00:00
parent 9d445e2d1a
commit 99945c9742
Signed by: m
GPG Key ID: 5ACFCEED46C0904F
1 changed files with 1 additions and 1 deletions

View File

@ -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>