slitaz-forge view bugs/templates/slitaz/html/user.rego_progress.html @ rev 64

Add bugs template and WSGI handler (may be buggy --> fallback to CGI or roundup-server)
author Christophe Lincoln <pankso@slitaz.org>
date Thu Apr 14 01:13:16 2011 +0200 (2011-04-14)
parents
children
line source
1 <!-- dollarId: issue.index,v 1.2 2001/07/29 04:07:37 richard Exp dollar-->
2 <tal:block metal:use-macro="templates/page/macros/icing">
3 <title metal:fill-slot="head_title"
4 i18n:translate="">Registration in progress - <span i18n:name="tracker"
5 tal:replace="config/TRACKER_NAME" /></title>
6 <span metal:fill-slot="body_title" tal:omit-tag="python:1"
7 i18n:translate="">Registration in progress...</span>
8 <td class="content" metal:fill-slot="content">
10 <p i18n:translate="">You will shortly receive an email
11 to confirm your registration. To complete the registration process,
12 visit the link indicated in the email.
13 </p>
15 </td>
16 </tal:block>
17 <!-- SHA: c2f389db861a4e0d20b41e5ff88120270862f609 -->