copy of register_done_password_sent from authentic trunk/

This commit is contained in:
Frédéric Péters 2008-12-15 14:28:13 +01:00
parent 670e77237b
commit 4688f4e4fd
1 changed files with 7 additions and 0 deletions

View File

@ -598,6 +598,13 @@ class AlternateRootDirectory(OldRootDirectory):
return template.process_template(
str(TextsDirectory.get_html_text('register')), vars)
def register_done_password_sent [html] (self):
template.html_top(_('Registration Completed'))
get_response().breadcrumb.append( ('registration', _('Registration Completed')) )
branding_cfg = get_cfg('branding', {})
return template.process_template(
str(TextsDirectory.get_html_text('register_completed')), {})
class MspLoginForm(Form):