view templates/error.tmpl @ 4857:8be7ba425621

Make {urlbase} work in templates when https is used.
author Wesley J. Landaker <wjl@icecavern.net>
date Tue, 10 Jul 2007 10:54:54 -0600
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#