From 13764c4c562b262eaa30f853c401478d6046a051 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sybren=20A=2E=20St=C3=BCvel?= Date: Tue, 11 Oct 2016 18:04:48 +0200 Subject: [PATCH] Temporarily disabled sidebar button until Attract is nicer to look at. --- attract/__init__.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/attract/__init__.py b/attract/__init__.py index 1a0c385..02e58af 100644 --- a/attract/__init__.py +++ b/attract/__init__.py @@ -149,8 +149,10 @@ class AttractExtension(PillarExtension): if not self.is_attract_project(project): return '' - return flask.render_template('attract/sidebar.html', - project=project) + # Temporarily disabled until Attract is nicer to look at. + return '' + # return flask.render_template('attract/sidebar.html', + # project=project) def _get_current_attract():