From 4d789866431d0b85df7a29c50e697540d9f9a660 Mon Sep 17 00:00:00 2001
From: Robin Sonnabend <robin@fsmpi.rwth-aachen.de>
Date: Wed, 4 Apr 2018 17:43:09 +0200
Subject: [PATCH] Remove authentication backend obsoletion feature

---
 common                | 2 +-
 templates/layout.html | 5 -----
 2 files changed, 1 insertion(+), 6 deletions(-)

diff --git a/common b/common
index b6a8aa2..4c0c16f 160000
--- a/common
+++ b/common
@@ -1 +1 @@
-Subproject commit b6a8aa253ae1836b95f45bd77ab37334d1a9bc6a
+Subproject commit 4c0c16f069bb39d593b53eae0c2b92b1f05eba90
diff --git a/templates/layout.html b/templates/layout.html
index 2496975..4054fa4 100644
--- a/templates/layout.html
+++ b/templates/layout.html
@@ -68,11 +68,6 @@
 {% endfor %}
 {% endif %}
 {% endwith %}
-{% if current_user().obsolete %}
-    <div class="alert alert-error">
-        {{config.OBSOLETION_WARNING|safe}}
-    </div>
-{% endif %}
 {% block content %}
 Diese Seite ist leer.
 {% endblock %}
-- 
GitLab