mirror of
https://github.com/journeyman-cc/smeagol.git
synced 2026-04-12 18:05:06 +00:00
Woohoo! Users can now change their own passwords. More work on tidying
up stylesheets.
This commit is contained in:
parent
72ed9e5536
commit
1d87595a64
10 changed files with 183 additions and 61 deletions
|
|
@ -14,7 +14,7 @@
|
|||
<!-- navbar -->
|
||||
<div id="nav">
|
||||
{% if user %}
|
||||
<p class="user" id="user">You are logged in as {{user}}</p>
|
||||
<p class="user" id="user">You are logged in as {{user}} | <a href="passwd">change password</a></p>
|
||||
{% endif %}
|
||||
<img id="nav-icon" src="{{servlet-context}}/img/threelines.png" alt="Menu"/>
|
||||
<ul id="nav-menu" class="nav">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue