diff options
author | ficus <ficus@robocracy.org> | 2012-11-25 02:16:38 +0100 |
---|---|---|
committer | ficus <ficus@robocracy.org> | 2012-11-25 02:25:30 +0100 |
commit | 1ab996d30b595388d2f431b1ed31bf5cf095e5c2 (patch) | |
tree | 4eba03a0be6252295297b6b2b57f7f954da4d048 /torouterui/templates/reboot.html | |
parent | f31914f3e22b4982fcccd1634a8bb49dca0c155c (diff) | |
download | tui-1ab996d30b595388d2f431b1ed31bf5cf095e5c2.tar.gz tui-1ab996d30b595388d2f431b1ed31bf5cf095e5c2.zip |
add button name/value
Diffstat (limited to 'torouterui/templates/reboot.html')
-rw-r--r-- | torouterui/templates/reboot.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/torouterui/templates/reboot.html b/torouterui/templates/reboot.html index b9f0c54..763123e 100644 --- a/torouterui/templates/reboot.html +++ b/torouterui/templates/reboot.html @@ -14,8 +14,8 @@ Are you sure you'd like to restart? This could have reprecussions! <label class="checkbox"> <input type="checkbox" name="confirm">Yes, i'm certain </label> -<button type="submit" class="btn btn-large btn-primary btn-warning" type="button"> -Restart</button> +<button type="submit" class="btn btn-large btn-primary btn-warning" type="button" name="submit" value="Reboot"> +Reboot</button> </form> {% endif %} |