From 4d5a423c784424986528cba4e6d373046332f2e4 Mon Sep 17 00:00:00 2001 From: trotFunky Date: Thu, 1 Aug 2024 22:45:40 +0100 Subject: [PATCH] template: Add anchor link to the editable truths For some reason I did not add the anchor links to the editable truths for the admin users. Add them so that the admin can benefit as well. --- templates/weeks/editable_truth.tera | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/weeks/editable_truth.tera b/templates/weeks/editable_truth.tera index 3c2c968..f546128 100644 --- a/templates/weeks/editable_truth.tera +++ b/templates/weeks/editable_truth.tera @@ -1,5 +1,5 @@
-

Vérité {{ truth.number }}

+

Vérité {{ truth.number }}

{{ truth.rendered_text | safe }}

{% for tag in truth.tags %}