introduces modules
This commit is contained in:
7
app/rollerverbrauch/templates/account.html
Normal file
7
app/rollerverbrauch/templates/account.html
Normal file
@@ -0,0 +1,7 @@
|
||||
{% extends "layout.html" %}
|
||||
|
||||
{% block body %}
|
||||
<h1>Account management for {{current_user.email}}</h1>
|
||||
|
||||
<a href='{{ url_for('security.change_password') }}'>Change password</a>
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user