From 7b278627957c8ad5eff7d804dec84a07cc89556b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sascha=20I=C3=9Fbr=C3=BCcker?= Date: Sat, 6 Jul 2019 17:31:43 +0200 Subject: [PATCH] Add empty bookmarks message --- .idea/dataSources.xml | 17 ----------------- .../templates/bookmarks/bookmark_list.html | 2 ++ .../templates/bookmarks/empty_bookmarks.html | 8 ++++++++ bookmarks/templates/bookmarks/index.html | 4 +++- bookmarks/views/bookmarks.py | 1 + 5 files changed, 14 insertions(+), 18 deletions(-) create mode 100644 bookmarks/templates/bookmarks/empty_bookmarks.html diff --git a/.idea/dataSources.xml b/.idea/dataSources.xml index b091e4f..507b0ad 100644 --- a/.idea/dataSources.xml +++ b/.idea/dataSources.xml @@ -18,22 +18,5 @@ - - sqlite.xerial - true - org.sqlite.JDBC - jdbc:sqlite:$PROJECT_DIR$/data/db.sqlite3 - - - - - - file://$APPLICATION_CONFIG_DIR$/jdbc-drivers/Xerial SQLiteJDBC/3.25.1/sqlite-jdbc-3.25.1.jar - - - file://$APPLICATION_CONFIG_DIR$/jdbc-drivers/Xerial SQLiteJDBC/3.25.1/license.txt - - - \ No newline at end of file diff --git a/bookmarks/templates/bookmarks/bookmark_list.html b/bookmarks/templates/bookmarks/bookmark_list.html index d8d93d9..b9578bb 100644 --- a/bookmarks/templates/bookmarks/bookmark_list.html +++ b/bookmarks/templates/bookmarks/bookmark_list.html @@ -1,3 +1,5 @@ +{% load shared %} +