show event duration on event schedule page
This commit is contained in:
parent
98463fa073
commit
f1ed15ec17
|
@ -10,7 +10,8 @@
|
||||||
</div>
|
</div>
|
||||||
<div class="panel-body">
|
<div class="panel-body">
|
||||||
<p>The following EventSlots are available and suitable for scheduling <i>{{ event.title }}</i></p>
|
<p>The following EventSlots are available and suitable for scheduling <i>{{ event.title }}</i></p>
|
||||||
<p>This event has a demand of {{ event.demand }} people.</p>
|
<p>This event has a duration <b>{{ event.duration }}</b> hours.</p>
|
||||||
|
<p>This event has a demand of <b>{{ event.demand }} people</b>.</p>
|
||||||
<form method="POST">
|
<form method="POST">
|
||||||
{% csrf_token %}
|
{% csrf_token %}
|
||||||
{% if event_slots %}
|
{% if event_slots %}
|
||||||
|
|
Loading…
Reference in a new issue