changeset 6899:39335e106dbf

templates: use bootstrap alert-info instead of custom activation_msg
author domruf <dominikruf@gmail.com>
date Mon, 11 Sep 2017 22:25:08 +0200
parents a8b9f2d68e7d
children 5f0bba61653c
files kallithea/templates/register.html
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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 @@
                     <div class="nohighlight">
                         ${h.submit('sign_up',_('Sign Up'),class_="btn btn-default")}
                         %if c.auto_active:
-                            <div class="activation_msg">${_('Registered accounts are ready to use and need no further action.')}</div>
+                            <div class="alert alert-info">${_('Registered accounts are ready to use and need no further action.')}</div>
                         %else:
-                            <div class="activation_msg">${_('Please wait for an administrator to activate your account.')}</div>
+                            <div class="alert alert-info">${_('Please wait for an administrator to activate your account.')}</div>
                         %endif
                     </div>
                 </div>