From 7dcdd1e104b627ed5a1b5423200ba112a449ae7f Mon Sep 17 00:00:00 2001 From: Julian <leuckerj@gmail.com> Date: Wed, 28 Apr 2021 14:16:08 +0000 Subject: [PATCH] Remove general title from dashboard --- aleksis/core/templates/core/index.html | 3 --- 1 file changed, 3 deletions(-) diff --git a/aleksis/core/templates/core/index.html b/aleksis/core/templates/core/index.html index 70103f517..ca838aa23 100644 --- a/aleksis/core/templates/core/index.html +++ b/aleksis/core/templates/core/index.html @@ -16,9 +16,6 @@ {% trans "Edit dashboard" %} </a> {% endif %} - <h4> - {{ request.site.preferences.general__title }} - </h4> {% for notification in unread_notifications %} <div class="alert primary scale-transition"> -- GitLab