# HG changeset patch # User Brendan Cully # Date 1183690024 25200 # Node ID d39776752a1f37ef4ac59681c2e1010b8a34941a # Parent 9b0ebb5e0f94014928a13f1766687364abb505b7 gitweb: add notfound template diff --git a/templates/gitweb/map b/templates/gitweb/map --- a/templates/gitweb/map +++ b/templates/gitweb/map @@ -5,6 +5,7 @@ search = search.tmpl changelog = changelog.tmpl summary = summary.tmpl error = error.tmpl +notfound = notfound.tmpl naventry = '{label|escape} ' navshortentry = '{label|escape} ' filenaventry = '{label|escape} ' diff --git a/templates/gitweb/notfound.tmpl b/templates/gitweb/notfound.tmpl new file mode 100644 --- /dev/null +++ b/templates/gitweb/notfound.tmpl @@ -0,0 +1,19 @@ +{header} +Mercurial repositories index + + + + + + +
+The specified repository "{repo|escape}" is unknown, sorry. +
+
+Please go back to the main repository list page. +
+ +{footer}