UI - Fix broken html tags in settings page

1247-filter-failure-notifications
dgtlmoon 2022-12-20 18:57:26 +01:00
rodzic 572f9b8a31
commit 08ee223b5f
1 zmienionych plików z 1 dodań i 2 usunięć

Wyświetl plik

@ -185,7 +185,7 @@ nav
<div class="pure-control-group">
{{ render_field(form.requests.form.extra_proxies) }}
<div class="pure-form-message-inline">"Name" will be used for selecting the proxy in the Watch Edit settings</span>
<span class="pure-form-message-inline">"Name" will be used for selecting the proxy in the Watch Edit settings</span>
</div>
</div>
<div id="actions">
@ -194,7 +194,6 @@ nav
<a href="{{url_for('index')}}" class="pure-button button-small button-cancel">Back</a>
<a href="{{url_for('clear_all_history')}}" class="pure-button button-small button-cancel">Clear Snapshot History</a>
</div>
</div>
</form>
</div>