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 @@ - +