Change profile template to use adminlte2 templating.

This commit is contained in:
Ivan Filippov
2016-05-10 18:03:32 -06:00
parent 51ddb8821d
commit dc41a55da7
2 changed files with 115 additions and 172 deletions

View File

@ -86,7 +86,7 @@
<!-- Menu Footer-->
<li class="user-footer">
<div class="pull-left">
<a href="#" class="btn btn-default btn-flat">Change password</a>
<a href="{{ url_for('user_profile') }}" class="btn btn-default btn-flat">My Profile</a>
</div>
<div class="pull-right">
<a href="{{ url_for('logout') }}" class="btn btn-default btn-flat">Log out</a>