templates: Move week-related includes to a folder

In preparation to adding a new page, move the week-related included files in a specific
sub-folder.
Change includes accordingly.
This commit is contained in:
trotFunky 2024-07-27 22:41:06 +01:00
parent 36b2e61e26
commit afdac98dea
4 changed files with 4 additions and 4 deletions

View file

@ -0,0 +1,8 @@
<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>