view templates/error.tmpl @ 2446:1b2bbb2b4911

httprepo: fix small bug in authentication.
author Vadim Gelfer <vadim.gelfer@gmail.com>
date Fri, 16 Jun 2006 10:02:59 -0700
parents 68ec7b9e09a4
children
line wrap: on
line source

#header#
<title>Mercurial Error</title>
</head>
<body>

<h2>Mercurial Error</h2>

<p>
An error occured while processing your request:
</p>
<p>
#error|escape#
</p>

#footer#