trotFunky
afdac98dea
In preparation to adding a new page, move the week-related included files in a specific sub-folder. Change includes accordingly.
8 lines
270 B
Text
8 lines
270 B
Text
<div class="individual_truth">
|
|
<h3>Vérité {{ truth.number }}</h3>
|
|
<p>{{ truth.rendered_text | safe }}</p>
|
|
<hr/>
|
|
<form action="/{{ week_data.number }}/edit/{{ truth.number }}" method="POST">
|
|
{% include "weeks/truth_editor" %}
|
|
</form>
|
|
</div>
|