Private
Public Access
1
0

instantplans

This commit is contained in:
2023-08-14 21:41:35 +02:00
parent 87a65cd5f8
commit cd9fba9121
5 changed files with 21 additions and 3 deletions

View File

@@ -30,6 +30,9 @@
<p>Created by: {{ plan.owner.first_name }} {{ plan.owner.last_name }}</p>
<p>Plan length: {{ plan.duration }} days</p>
<p>{{ plan.description }}</p>
{% if plan.private %}
<p><em>Private</em></p>
{% endif %}
{% if plan.target %}
<p>What the plan will achieve: {{ plan.target }}</p>
{% endif %}