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) }}