mirror of
https://github.com/dgtlmoon/changedetection.io.git
synced 2026-09-13 17:07:19 +00:00
Settings: Remove password link fix
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
</div>
|
||||
<div class="pure-control-group">
|
||||
{% if current_user.is_authenticated %}
|
||||
<a href="/settings?removepassword=true" class="pure-button pure-button-primary">Remove password</a>
|
||||
<a href="{{url_for('settings_page', removepassword='yes')}}" class="pure-button pure-button-primary">Remove password</a>
|
||||
{% else %}
|
||||
{{ render_field(form.password, size=10) }}
|
||||
<span class="pure-form-message-inline">Password protection for your changedetection.io application.</span>
|
||||
|
||||
Reference in New Issue
Block a user