Skip to content

Commit

Permalink
fix: DES-2735 app page template crash (#1207)
Browse files Browse the repository at this point in the history
The `addtoblock` tag requires `sekizai_tags`.
  • Loading branch information
wesleyboar authored Apr 18, 2024
1 parent bbb6c5a commit 1e05856
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion designsafe/templates/cms_page_for_app.html
Original file line number Diff line number Diff line change
@@ -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" %}
<link href="{% static 'styles/app-page.css' %}" rel="stylesheet" />
Expand Down

0 comments on commit 1e05856

Please sign in to comment.