Make the emoji template configurable

This commit is contained in:
Thomas Sileo
2019-05-12 13:05:27 +02:00
parent 31d356ea49
commit 0f6fa36fbd
3 changed files with 11 additions and 6 deletions

View File

@@ -25,7 +25,7 @@
<p>
{% for emoji in emojis %}
<span class="ji">{{ emoji }}</span>
<span class="ji">{{ emoji | emojify | safe }}</span>
{% endfor %}
</p>