From 4e5fc2757965bb5c9e15bce2ba4514e025079995 Mon Sep 17 00:00:00 2001 From: Patrick Jentsch <p.jentsch@uni-bielefeld.de> Date: Thu, 17 Sep 2020 13:29:55 +0200 Subject: [PATCH] remove workflow for now --- web/app/templates/main/index.html.j2 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/web/app/templates/main/index.html.j2 b/web/app/templates/main/index.html.j2 index dd6b3c76..59817520 100644 --- a/web/app/templates/main/index.html.j2 +++ b/web/app/templates/main/index.html.j2 @@ -201,7 +201,8 @@ <!-- <div class="col s12 m10"> --> <div class="col s12"> <h3>Workflow</h3> - <img src="{{ url_for('static', filename='images/workflow.png') }}" alt="Workflow" class="responsive-img"> + <p>Coming soon...</p> + <!--<img src="{{ url_for('static', filename='images/workflow.png') }}" alt="Workflow" class="responsive-img">--> </div> <!-- <div class="col s12 m2"> -- GitLab