From 9096cc4028689ce81872dc95313f928b08807859 Mon Sep 17 00:00:00 2001 From: Patrick Jentsch <p.jentsch@uni-bielefeld.de> Date: Fri, 12 Jul 2019 17:21:38 +0200 Subject: [PATCH] Remove test message. --- app/templates/main/index.html.j2 | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/app/templates/main/index.html.j2 b/app/templates/main/index.html.j2 index d111da6c..0ea6c159 100644 --- a/app/templates/main/index.html.j2 +++ b/app/templates/main/index.html.j2 @@ -1,22 +1,7 @@ {% extends "base.html.j2" %} {% block page_content %} -<div class="col s12"> - <div class="card"> - <div class="card-content"> - <span class="card-title"> - Hello, - {% if current_user.is_authenticated %} - {{ current_user.username }} - {% else %} - Stranger - {% endif %}! - </span> - </div> - </div> - <h2>Services</h2> - <div class="row"> <div class="col s12 m4"> <div class="card small"> -- GitLab