Some checks failed
Cargo Build & Test / Rust project - latest (stable) (push) Failing after 22s
9 lines
155 B
Plaintext
9 lines
155 B
Plaintext
{% extends "_layout" %}
|
|
|
|
{% block content %}
|
|
<div class="p-4">
|
|
<h4>Password successfully updated</h4>
|
|
<a href="/">Home</a>
|
|
</div>
|
|
{% endblock content %}
|