File:  [Repository] / basket / zpt / AddUserErrorAlreadyExists.zpt
Revision 1.1: download - view: text, annotated - select for diffs - revision graph
Wed Apr 12 19:37:34 2006 UTC (18 years, 1 month ago) by dwinter
Branches: MAIN
CVS tags: HEAD
user must be email first version

<html metal:use-macro="here/main_template/macros/page">
<head>
<title>Default</title>
<style metal:fill-slot="additionalStyles" type="text/css">
td.vario { background-color:#AC1D15 } 
</style>
</head>
<body>

<!-- span = bodytext -->
<span metal:fill-slot="body" tal:omit-tag="">
<h2>Error</h2>
<p><emph tal:content="python:options['user']"/> already exists. 
</p>
<p>Forgot your password? - Please sent an email to <a href="mailto:dwinter@mpiwg-berlin.mpg.de">the webmaster</a>
</p>
</span>
</body>
</html>

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>