2024-07-23 21:51:42 +01:00
|
|
|
<div class="individual_truth">
|
|
|
|
<h3>Vérité {{ truth.number }}</h3>
|
|
|
|
<p>{{ truth.rendered_text | safe }}</p>
|
|
|
|
<hr/>
|
2024-07-23 21:51:51 +01:00
|
|
|
<form action="/{{ week_data.number }}/edit/{{ truth.number }}" method="POST">
|
2024-07-27 22:41:06 +01:00
|
|
|
{% include "weeks/truth_editor" %}
|
2024-07-23 21:51:42 +01:00
|
|
|
</form>
|
|
|
|
</div>
|