diff options
Diffstat (limited to 'templates/slot/show.html')
-rw-r--r-- | templates/slot/show.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/templates/slot/show.html b/templates/slot/show.html new file mode 100644 index 0000000..1777e31 --- /dev/null +++ b/templates/slot/show.html @@ -0,0 +1,6 @@ +<label for="future_slot">Free slot timings</label> +<select name="slot" id="future_slot"> +{% for s in all_slots %} + <option value="{{ s.id }}">{{ s }}</option> +{% endfor %} +</select>
\ No newline at end of file |