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}