Temporarily disabled sidebar button until Attract is nicer to look at.

This commit is contained in:
2016-10-11 18:04:48 +02:00
parent d6ab498128
commit 13764c4c56

View File

@@ -149,8 +149,10 @@ class AttractExtension(PillarExtension):
if not self.is_attract_project(project): if not self.is_attract_project(project):
return '' return ''
return flask.render_template('attract/sidebar.html', # Temporarily disabled until Attract is nicer to look at.
project=project) return ''
# return flask.render_template('attract/sidebar.html',
# project=project)
def _get_current_attract(): def _get_current_attract():