Update update.tpl.html

Fixed for attributes pushover_key and pushover_device.
pull/645/head
decryptus 2017-05-01 16:44:25 +02:00 committed by Timz99
parent 95dbfdfe9a
commit fc63a445fc
No known key found for this signature in database
GPG Key ID: 4D8268DC68E8339D
1 changed files with 3 additions and 3 deletions

View File

@ -55,13 +55,13 @@
<div class="controls">{{ label_pushover_description|raw }} </div> <div class="controls">{{ label_pushover_description|raw }} </div>
</div> </div>
<div class="control-group"> <div class="control-group">
<label class="control-label" for="mobile">{{ label_pushover_key }}</label> <label class="control-label" for="pushover_key">{{ label_pushover_key }}</label>
<div class="controls"> <div class="controls">
<input type="text" id="pushover_key" name="pushover_key" value="{{ edit_value_pushover_key }}" maxlength="255" /> <input type="text" id="pushover_key" name="pushover_key" value="{{ edit_value_pushover_key }}" maxlength="255" />
</div> </div>
</div> </div>
<div class="control-group"> <div class="control-group">
<label class="control-label" for="mobile">{{ label_pushover_device }}</label> <label class="control-label" for="pushover_device">{{ label_pushover_device }}</label>
<div class="controls"> <div class="controls">
<input type="text" id="pushover_device" name="pushover_device" value="{{ edit_value_pushover_device }}" maxlength="255" data-toggle="tooltip" title="{{ label_pushover_device_description }}" /> <input type="text" id="pushover_device" name="pushover_device" value="{{ edit_value_pushover_device }}" maxlength="255" data-toggle="tooltip" title="{{ label_pushover_device_description }}" />
</div> </div>