# HG changeset patch # User domruf # Date 2017-09-11 22:25:08 # Node ID 39335e106dbfbd6236f6a8b960459d694d46b8b6 # Parent a8b9f2d68e7ddb879b5d22990adb48e6700c83c5 templates: use bootstrap alert-info instead of custom activation_msg diff --git a/kallithea/templates/register.html b/kallithea/templates/register.html --- a/kallithea/templates/register.html +++ b/kallithea/templates/register.html @@ -74,9 +74,9 @@
${h.submit('sign_up',_('Sign Up'),class_="btn btn-default")} %if c.auto_active: -
${_('Registered accounts are ready to use and need no further action.')}
+
${_('Registered accounts are ready to use and need no further action.')}
%else: -
${_('Please wait for an administrator to activate your account.')}
+
${_('Please wait for an administrator to activate your account.')}
%endif