From a76fff967ac6b7802e4a590f878791140340d924 Mon Sep 17 00:00:00 2001 From: Magnus Hagander Date: Mon, 15 Jun 2009 14:25:32 +0200 Subject: [PATCH] Add .git suffix to gitweb links, another oops due to the namespace changes... --- gitadmin/adm/templates/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gitadmin/adm/templates/index.html b/gitadmin/adm/templates/index.html index e072b46..8578bf0 100644 --- a/gitadmin/adm/templates/index.html +++ b/gitadmin/adm/templates/index.html @@ -13,7 +13,7 @@ {%if r.perm %}{{r.name}}{%else%}{{r.name}}{%endif%} {{r.description}} - {%if r.web %}url{%endif%} + {%if r.web %}url{%endif%} {%if r.anonymous %}url{%endif%} {{r.approved|yesno:"Yes,No"}} -- 2.39.5