Compare commits
No commits in common. "70883db5ad9b6f81a2a5d229e09aa078776748c2" and "2e1b01ec9b0a36810260c6dfd14b8d09a4c6b588" have entirely different histories.
70883db5ad
...
2e1b01ec9b
3
.gitignore
vendored
3
.gitignore
vendored
@ -150,6 +150,3 @@ database/data/
|
||||
|
||||
# Ignore Encryption Keyfile
|
||||
.encryption.key
|
||||
|
||||
# Ignore Data Dir
|
||||
**/data/*
|
@ -2,7 +2,7 @@
|
||||
|
||||
{% block content %}
|
||||
<div class="form-container">
|
||||
<form name="form-update-password" class="form-display form-post" action="{{ url_for('admin._update_password', **request.view_args) }}" data-rel-success="{{ url_for('admin._login') }}">
|
||||
<form name="form-update-password" class="form-display form-post" action="{{ url_for(_update_password, **request.view_args) }}" data-rel-success="{{ url_for('admin._login') }}">
|
||||
{% include "admin/components/server-alerts.html" %}
|
||||
<h2 class="form-heading">Update Password</h2>
|
||||
{{ form.hidden_tag() }}
|
||||
|
1
ref-test/data/.gitignore
vendored
Normal file
1
ref-test/data/.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
*
|
Loading…
x
Reference in New Issue
Block a user