mirror of
https://github.com/cwinfo/powerdns-admin.git
synced 2025-01-07 19:05:39 +00:00
Add logout functionality to base template.
This commit is contained in:
parent
0e710c96e4
commit
78500ef7c0
@ -97,7 +97,7 @@
|
|||||||
<a href="#" class="btn btn-default btn-flat">Change password</a>
|
<a href="#" class="btn btn-default btn-flat">Change password</a>
|
||||||
</div>
|
</div>
|
||||||
<div class="pull-right">
|
<div class="pull-right">
|
||||||
<a href="#" class="btn btn-default btn-flat">Sign out</a>
|
<a href="{{ url_for('logout') }}" class="btn btn-default btn-flat">Log out</a>
|
||||||
</div>
|
</div>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
Loading…
Reference in New Issue
Block a user