Release 0.9.0
This commit is contained in:
14
bot/modules/webserver/templates/frontpage/header.html
Normal file
14
bot/modules/webserver/templates/frontpage/header.html
Normal file
@@ -0,0 +1,14 @@
|
||||
<div id="header_widgets">
|
||||
<div id="login_logout_widget" class="widget">
|
||||
<div>
|
||||
{% if current_user.is_authenticated %}
|
||||
<a href="/logout" title="{{ current_user.id }}">log out</a>
|
||||
{%- else %}
|
||||
<a href="/login">log in</a>
|
||||
{%- endif %}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<hgroup>
|
||||
<h1>{{ title }}</h1>
|
||||
</hgroup>
|
||||
Reference in New Issue
Block a user