From 16cb564a6a4dd0a84d652d72a3f95de50e88212b Mon Sep 17 00:00:00 2001 From: Hussain Nagaria Date: Tue, 3 Jan 2023 16:48:16 +0530 Subject: [PATCH] fix: render meta block in portal base pages --- lms/templates/lms_base.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lms/templates/lms_base.html b/lms/templates/lms_base.html index a37775ad..3e535dcf 100644 --- a/lms/templates/lms_base.html +++ b/lms/templates/lms_base.html @@ -1,5 +1,8 @@ {% extends "templates/base.html" %} +{% block meta_block %} + {% include "templates/includes/meta_block.html" %} +{% endblock %} {% block content %} {% include "public/icons/symbol-defs.svg" %}