From 782dd8668030ef0777070eb99cf2b2c920036038 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20Dlouh=C3=BD?= Date: Wed, 26 Feb 2020 10:29:53 +0100 Subject: [PATCH] add doctype to iframes --- helpdesk/templates/helpdesk/kb_category_iframe.html | 1 + helpdesk/templates/helpdesk/public_create_ticket_iframe.html | 1 + 2 files changed, 2 insertions(+) diff --git a/helpdesk/templates/helpdesk/kb_category_iframe.html b/helpdesk/templates/helpdesk/kb_category_iframe.html index ee57022e..6a64940a 100644 --- a/helpdesk/templates/helpdesk/kb_category_iframe.html +++ b/helpdesk/templates/helpdesk/kb_category_iframe.html @@ -1,5 +1,6 @@ {% load i18n %} {% load saved_queries %} + {% include 'helpdesk/base-head.html' %} {% block helpdesk_head %}{% endblock %} diff --git a/helpdesk/templates/helpdesk/public_create_ticket_iframe.html b/helpdesk/templates/helpdesk/public_create_ticket_iframe.html index a20f0722..3b1fe30b 100644 --- a/helpdesk/templates/helpdesk/public_create_ticket_iframe.html +++ b/helpdesk/templates/helpdesk/public_create_ticket_iframe.html @@ -1,5 +1,6 @@ {% load i18n %} {% load saved_queries %} + {% include 'helpdesk/base-head.html' %}