9 lines
259 B
Text
9 lines
259 B
Text
|
<div class="individual_truth">
|
||
|
<h3>Vérité {{ truth.number }}</h3>
|
||
|
<p>{{ truth.rendered_text | safe }}</p>
|
||
|
<hr/>
|
||
|
<form action="/{{ week_number }}/edit/{{ truth.number }}" method="POST">
|
||
|
{% include "truth_editor" %}
|
||
|
</form>
|
||
|
</div>
|