Switch to git dep so build system will work
Some checks failed
Cargo Build & Test / Rust project - latest (stable) (push) Failing after 22s
Some checks failed
Cargo Build & Test / Rust project - latest (stable) (push) Failing after 22s
This commit is contained in:
8
templates/password_updated.html.tera
Normal file
8
templates/password_updated.html.tera
Normal file
@@ -0,0 +1,8 @@
|
||||
{% extends "_layout" %}
|
||||
|
||||
{% block content %}
|
||||
<div class="p-4">
|
||||
<h4>Password successfully updated</h4>
|
||||
<a href="/">Home</a>
|
||||
</div>
|
||||
{% endblock content %}
|
||||
Reference in New Issue
Block a user