From 1e058565d5507e23d7a3839e6bb6d3d63af9e868 Mon Sep 17 00:00:00 2001 From: Wesley B <62723358+wesleyboar@users.noreply.github.com> Date: Thu, 18 Apr 2024 18:04:43 -0500 Subject: [PATCH] fix: DES-2735 app page template crash (#1207) The `addtoblock` tag requires `sekizai_tags`. --- designsafe/templates/cms_page_for_app.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/designsafe/templates/cms_page_for_app.html b/designsafe/templates/cms_page_for_app.html index 3f52860881..73c5b42b00 100644 --- a/designsafe/templates/cms_page_for_app.html +++ b/designsafe/templates/cms_page_for_app.html @@ -1,5 +1,5 @@ {% extends "cms_page.html" %} -{% load cms_tags static %} +{% load cms_tags static sekizai_tags %} {% block page_class %}s-app-page{% endblock page_class %} {% addtoblock "css" %}