diff --git a/templates/tags/filtered_truths.html.tera b/templates/tags/filtered_truths.html.tera index ad2ffb9..cb94d54 100644 --- a/templates/tags/filtered_truths.html.tera +++ b/templates/tags/filtered_truths.html.tera @@ -21,7 +21,7 @@ {% for truth in truths %}
-

Semaine {{ truth.week }} - Vérité {{ truth.number }}

+

Semaine {{ truth.week }} - Vérité {{ truth.number }}

{{ truth.rendered_text | safe }}

{% endfor %} diff --git a/templates/weeks/truth.html.tera b/templates/weeks/truth.html.tera index 5a420e6..5eaa580 100644 --- a/templates/weeks/truth.html.tera +++ b/templates/weeks/truth.html.tera @@ -5,7 +5,7 @@ {%- endif -%}
-

Vérité {{ truth.number }}

+

Vérité {{ truth.number }}

{{ truth.rendered_text | safe }}