Compare commits

..

No commits in common. "70883db5ad9b6f81a2a5d229e09aa078776748c2" and "2e1b01ec9b0a36810260c6dfd14b8d09a4c6b588" have entirely different histories.

3 changed files with 3 additions and 5 deletions

3
.gitignore vendored
View File

@ -150,6 +150,3 @@ database/data/
# Ignore Encryption Keyfile # Ignore Encryption Keyfile
.encryption.key .encryption.key
# Ignore Data Dir
**/data/*

View File

@ -2,7 +2,7 @@
{% block content %} {% block content %}
<div class="form-container"> <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" %} {% include "admin/components/server-alerts.html" %}
<h2 class="form-heading">Update Password</h2> <h2 class="form-heading">Update Password</h2>
{{ form.hidden_tag() }} {{ form.hidden_tag() }}

1
ref-test/data/.gitignore vendored Normal file
View File

@ -0,0 +1 @@
*