ADD: Login button when logged out
[phorkie.git] / data / templates / base.htm
index 5681f80dd24f2d61002a1e10c75b8d1173c406cc..7722105789c35a934db884b88d013ae78b71b433 100644 (file)
       <li>
        <a href="/login?logout">Logout</a>
       </li>
+      {% else %}
+      <li>
+       <a href="/login">Login</a>
+      </li>
       {% endif %}
       {% if db.adapter %}
       <li>
@@ -61,7 +65,7 @@
    <a href="//sf.net/p/phorkie/">phorkie</a>,
    the self-hosted, git-based pastebin software is available under the
    <a href="https://sf.net/p/phorkie/">
-    <acronym title="GNU Affero General Public License">AGPL</acronym></a>.
+    <abbr title="GNU Affero General Public License">AGPL</abbr></a>.
   </div>
 
  </body>