From ce436cc6ec519b6a372c89abb41aa73a1af22c4e Mon Sep 17 00:00:00 2001 From: Thomas Keller Date: Wed, 11 Aug 2010 23:43:15 +0200 Subject: [PATCH] ensure the usher section is active when we browse it --- src/IDF/templates/idf/gadmin/usher/base.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/IDF/templates/idf/gadmin/usher/base.html b/src/IDF/templates/idf/gadmin/usher/base.html index e2849e7..8f8a8c5 100644 --- a/src/IDF/templates/idf/gadmin/usher/base.html +++ b/src/IDF/templates/idf/gadmin/usher/base.html @@ -1,5 +1,5 @@ {extends "idf/gadmin/base.html"} -{block tabprojects} class="active"{/block} +{block tabusher} class="active"{/block} {block subtabs} {trans 'Configured servers'} | {trans 'Usher control'}