Skip to content

Commit 91336be

Browse files
committed
remove unused static tags
1 parent 9b2d73f commit 91336be

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tbx/project_styleguide/templates/patterns/molecules/streamfield/blocks/markdown_block.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{% load wagtailmarkdown static %}
1+
{% load wagtailmarkdown %}
22

33
<div class="grid__markdown markdown-block">
44
{# tabindex needed because in order to scroll using the keyboard #}

tbx/project_styleguide/templates/patterns/molecules/streamfield/blocks/raw_html_block.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{% load static %}
1+
{% load %}
22

33
<div class="grid__raw-html">
44
{{ value }}

0 commit comments

Comments
 (0)