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.
This commit is contained in:
parent
322d37ce48
commit
4d5a423c78
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
<div class="individual_truth">
|
||||
<h3>Vérité {{ truth.number }}</h3>
|
||||
<a href="/{{ truth.week }}#{{ truth.number }}"><h3 id="{{ truth.number }}">Vérité {{ truth.number }}</h3></a>
|
||||
<p>{{ truth.rendered_text | safe }}</p>
|
||||
<div class="truth_tags">
|
||||
{% for tag in truth.tags %}
|
||||
|
|
Loading…
Add table
Reference in a new issue