After being so pleased with myself last night, I find that commit was full

of sloppy bugs. Many of them fixed in this one.
This commit is contained in:
simon 2015-01-12 21:57:21 +00:00
parent 80b1bc054e
commit 72ed9e5536
6 changed files with 72 additions and 72 deletions

View file

@ -19,7 +19,7 @@
<img id="nav-icon" src="{{servlet-context}}/img/threelines.png" alt="Menu"/>
<ul id="nav-menu" class="nav">
<li class="{{wiki-selected}}"><a href="{{servlet-context}}/">Home</a></li>
<li class="{{edit-selected}}"><a href="{{servlet-context}}/edit?content={{title}}">Edit this page</a></li>
<li class="{{edit-selected}}"><a href="{{servlet-context}}/edit?page={{title}}">Edit this page</a></li>
<li class="{{auth-selected}}"><a href="{{servlet-context}}/auth">
{% if user %}
Log out
@ -38,7 +38,7 @@
</div>
<div id="main-container" class="container">
{% if message %}
<div id="message">
<p class="message">{{message}}</p>