Files
gpodder-rs/templates/password_updated.html.tera
Matthew Pomes 59058207f4
Some checks failed
Cargo Build & Test / Rust project - latest (stable) (push) Failing after 22s
Switch to git dep so build system will work
2026-07-02 21:59:01 -05:00

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 %}