diff --git a/code/templates/authenticate.html b/code/templates/authenticate.html index 298d5bc..b4d2836 100644 --- a/code/templates/authenticate.html +++ b/code/templates/authenticate.html @@ -1,8 +1,14 @@ {% extends "layout.html" %} {% block body %} +
authenticate to {{ name|safe }} -
+
+

- +

+
+
+ + {% endblock %} diff --git a/code/templates/index.html b/code/templates/index.html index a6ca6a7..5103e7b 100755 --- a/code/templates/index.html +++ b/code/templates/index.html @@ -4,7 +4,7 @@
+ onkeydown="index_form_enter(event)" autofocus>
@@ -20,8 +20,8 @@ {% for entry in entries %} - {{ entry.name }} {% if entry.password_set %}(Logged in){% endif %} diff --git a/code/templates/logout.html b/code/templates/logout.html index cf20c31..ba67cf1 100644 --- a/code/templates/logout.html +++ b/code/templates/logout.html @@ -1,5 +1,10 @@ {% extends "layout.html" %} {% block body %} -

You are logged out from {{ name|safe }}

+
+

You logged out from share {{ name|safe }}

Continue to index

+
+ + + {% endblock %}