Sanitizes html input

This commit is contained in:
Mouse Reeve
2020-02-14 21:45:13 -08:00
parent f414884e00
commit 6df9700604
4 changed files with 59 additions and 1 deletions

View File

@ -80,7 +80,7 @@
<h3>{{ activity.name }}</h3>
<p>{{ activity.rating | stars }}</p>
<p>{{ activity.review_content }}</p>
<p>{{ activity.review_content | safe }}</p>
</div>
<div class="interaction"><button>⭐️ Like</button></div>
{% elif activity.activity_type == 'Follow' %}