# HG changeset patch
# User Brendan Cully <brendan@kublai.com>
# Date 2008-03-09 01:28:25
# Node ID d2353ed8b153eb38dc804b704aa73b7edd4315bb
# Parent  2eb18c78028796dc8330eeb6fe553cf01e9fa3fc

gitweb: use {url} as entrypoint in notfound.tmpl instead of /

diff --git a/templates/gitweb/notfound.tmpl b/templates/gitweb/notfound.tmpl
--- a/templates/gitweb/notfound.tmpl
+++ b/templates/gitweb/notfound.tmpl
@@ -12,7 +12,7 @@
 The specified repository "{repo|escape}" is unknown, sorry.
 <br/>
 <br/>
-Please go back to the <a href="/">main repository list page</a>.
+Please go back to the <a href="{url}">main repository list page</a>.
 </div>
 
 {footer}