# HG changeset patch # User domruf # Date 1505161508 -7200 # Node ID 39335e106dbfbd6236f6a8b960459d694d46b8b6 # Parent a8b9f2d68e7ddb879b5d22990adb48e6700c83c5 templates: use bootstrap alert-info instead of custom activation_msg diff -r a8b9f2d68e7d -r 39335e106dbf kallithea/templates/register.html --- a/kallithea/templates/register.html Thu Sep 14 02:08:07 2017 +0200 +++ b/kallithea/templates/register.html Mon Sep 11 22:25:08 2017 +0200 @@ -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