First step

This commit is contained in:
2016-05-24 23:55:58 +02:00
parent 227dc79e6b
commit ef55b4e479
3 changed files with 24 additions and 1 deletions

View File

@@ -53,4 +53,12 @@
{% endfor %}
</table>
</div>
<div class="panel panel-default">
<div class="panel-heading">Account</div>
<div class="panel-body">
<a href='{{ url_for('security.change_password') }}'>
<span class="glyphicon glyphicon-remove" aria-hidden="true"></span> Delete
</a>
</div>
</div>
{% endblock %}