summaryrefslogtreecommitdiff
path: root/template/default/noauth.html
blob: 646eb08470ea55ee1afc46ab89a0bec3631237d8 (plain)
1
2
3
4
5
6
7
8
9
10
<html>
<head>
	<title><?% msg.err_noauth %?></title>
</head>

<body>
	<h1><?% msg.err_noauth %?></h2>
	<p><?% msg.err_cant_verify %?><p>
</body>
</html>