From f0c42c415ace9742f80044cac0fcacb36c8130a1 Mon Sep 17 00:00:00 2001 From: Tim Van Baak Date: Tue, 2 Jun 2020 12:11:27 -0700 Subject: [PATCH] Embed css in template --- inquisitor/app.py | 1 - inquisitor/templates/feed.html | 31 ++++++++++++++++++++++++++++++- 2 files changed, 30 insertions(+), 2 deletions(-) diff --git a/inquisitor/app.py b/inquisitor/app.py index ccfa262..28f11e3 100644 --- a/inquisitor/app.py +++ b/inquisitor/app.py @@ -102,4 +102,3 @@ def deactivate(): item = loader.WritethroughDict(os.path.join(DUNGEON_PATH, params['source'], params['itemid'] + '.item')) item['active'] = False return jsonify({'active': item['active']}) - diff --git a/inquisitor/templates/feed.html b/inquisitor/templates/feed.html index a2cf0c8..6572325 100644 --- a/inquisitor/templates/feed.html +++ b/inquisitor/templates/feed.html @@ -1,7 +1,36 @@ - +