diff options
Diffstat (limited to 'components/add_action_form.html')
-rw-r--r-- | components/add_action_form.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/components/add_action_form.html b/components/add_action_form.html index 95c869f..ac65ca0 100644 --- a/components/add_action_form.html +++ b/components/add_action_form.html @@ -7,8 +7,8 @@ <input type="text" name="name"><br /> <label>Magnitude:</label><br /> <input type="number" value="1" name="magnitude"><br /> - <label>Repeatable:</label><br /> - <input type="checkbox" name="repeatable"></input><br /> + <!-- <label>Repeatable:</label><br /> --> + <!-- <input type="checkbox" name="repeatable"></input><br /> --> <input type="radio" name="act_type" value="plus" checked> <label for="plus">Plus</label> <input type="radio" name="act_type" value="minus"> |