From 44ed1e68e2818db47aec4486b9193521ee3121c4 Mon Sep 17 00:00:00 2001 From: Drew DeVault Date: Fri, 20 Nov 2020 11:28:41 -0500 Subject: [PATCH] Remove site name from dashboard blurb --- gitsrht/templates/dashboard.html | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/gitsrht/templates/dashboard.html b/gitsrht/templates/dashboard.html index 2e02215..d618ef6 100644 --- a/gitsrht/templates/dashboard.html +++ b/gitsrht/templates/dashboard.html @@ -1,7 +1,6 @@ {% extends "bases/scmdashboard.html" %} {% block welcome_user %} - Welcome back, {{ current_user.username }}! This is your - {{cfg("sr.ht", "site-name")}} git hosting service. Documentation - for its use is + Welcome back, {{ current_user.username }}! This is your git hosting service. + Documentation for its use is available here. {% endblock %} -- 2.38.4