From 4356b1bbcd434a07675901eabea3eed72d6c5377 Mon Sep 17 00:00:00 2001 From: Jan Losinski Date: Thu, 22 Mar 2018 00:36:37 +0100 Subject: [PATCH] Add simple navication to UI Signed-off-by: Jan Losinski --- wallabag_kindle_consumer/templates/index.html | 12 ++++++++++++ wallabag_kindle_consumer/templates/relogin.html | 12 ++++++++++++ 2 files changed, 24 insertions(+) diff --git a/wallabag_kindle_consumer/templates/index.html b/wallabag_kindle_consumer/templates/index.html index 21c24c3..30a6329 100644 --- a/wallabag_kindle_consumer/templates/index.html +++ b/wallabag_kindle_consumer/templates/index.html @@ -4,6 +4,18 @@ {% block body %} + + {{ forms.messages(errors=errors, messages=messages) }}
diff --git a/wallabag_kindle_consumer/templates/relogin.html b/wallabag_kindle_consumer/templates/relogin.html index cf3c292..a985765 100644 --- a/wallabag_kindle_consumer/templates/relogin.html +++ b/wallabag_kindle_consumer/templates/relogin.html @@ -3,6 +3,18 @@ {% import 'macros.html' as forms %} {% block body %} + + {{ forms.messages(errors=errors, messages=messages) }}