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:
parent
36b2e61e26
commit
afdac98dea
4 changed files with 4 additions and 4 deletions
8
templates/weeks/editable_truth.tera
Normal file
8
templates/weeks/editable_truth.tera
Normal 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>
|
Loading…
Add table
Add a link
Reference in a new issue