Skip to content

Commit 40dc01b

Browse files
Fix HTML escaping in hyperspace page template
1 parent 2555512 commit 40dc01b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • pythoncms/static/themes/front/hyperspace

pythoncms/static/themes/front/hyperspace/page.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<div class="inner">
1010
<h1 class="major">{{page.title}}</h1>
1111

12-
{{page.get_content()}}
12+
{{page.get_content() | safe}}
1313
</div>
1414
</section>
1515

0 commit comments

Comments
 (0)