Files @ 73f413946c14
Branch filter:

Location: kallithea/pylons_app/templates/gitweb_custom/notfound.tmpl - annotation

73f413946c14 407 B application/x-cheetah Show Source Show as Raw Download as Raw
Marcin Kuzminski
user managment implementation continued update/delete/create works
+ templating changes
{header}
<title>Mercurial repository not found</title>
</head>

<body>

<div class="page_header">
<a href="http://mercurial.selenic.com/" title="Mercurial" style="float: right;">Mercurial</a> Not found: {repo|escape}
</div>

<div class="page_body">
The specified repository "{repo|escape}" is unknown, sorry.
<br/>
<br/>
Please go back to the <a href="{url}">main repository list page</a>.
</div>

{footer}