Add working password update

Signed-off-by: Marcel Müller <neikos@neikos.email>
This commit is contained in:
Marcel Müller 2026-01-25 18:03:39 +01:00
parent a80ad57ca9
commit 7a5233e385
25 changed files with 221 additions and 60 deletions

View file

@ -1,10 +0,0 @@
{% extends "base.tera.html" %}
{% import "inputs.tera.html" as inputs %}
{% block title %}
Home
{% endblock title %}
{% block content %}
Hi this is the main page
{% endblock content %}