diff --git a/pylons_app/templates/register.html b/pylons_app/templates/register.html --- a/pylons_app/templates/register.html +++ b/pylons_app/templates/register.html @@ -76,6 +76,11 @@
${h.submit('sign_up','Sign Up',class_="ui-button ui-widget ui-state-default ui-corner-all")} + %if c.auto_active: +
${_('Your account will be activated right after registration')}
+ %else: +
${_('Your account must wait for activation by administrator')}
+ %endif