Merge branch 'index_page' into implement_delete_account

This commit is contained in:
2016-05-25 09:40:20 +02:00
parent 00579eb542
commit da7c40c78b
4 changed files with 25 additions and 4 deletions

View File

@@ -58,7 +58,7 @@
<div class="panel panel-default">
<div class="panel-heading">Account</div>
<div class="panel-body">
<a href='{{ url_for('security.change_password') }}'>
<a href='{{ url_for('delete_account') }}' class="btn btn-primary " role="button">
<span class="glyphicon glyphicon-remove" aria-hidden="true"></span> Delete
</a>
</div>