summaryrefslogtreecommitdiff
path: root/view/timers_list.templ
diff options
context:
space:
mode:
Diffstat (limited to 'view/timers_list.templ')
-rw-r--r--view/timers_list.templ2
1 files changed, 2 insertions, 0 deletions
diff --git a/view/timers_list.templ b/view/timers_list.templ
index 2d71a52..92d7013 100644
--- a/view/timers_list.templ
+++ b/view/timers_list.templ
@@ -25,6 +25,8 @@ templ TimerCreateForm(timerName string, err string) {
>
<p>
<input type="text" name="timerName" value={ timerName } placeholder="Name" />
+ <input type="number" name="days" placeholder="Days" style="width: 5em;" />
+ <input type="number" name="hours" placeholder="Hours" style="width: 5em;" />
<button type="submit">Create</button>
</p>
if err != "" {