Changeset - 39335e106dbf
[Not reviewed]
default
0 1 0
domruf - 8 years ago 2017-09-11 22:25:08
dominikruf@gmail.com
templates: use bootstrap alert-info instead of custom activation_msg
1 file changed with 2 insertions and 2 deletions:
0 comments (0 inline, 0 general)
kallithea/templates/register.html
Show inline comments
 
@@ -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>
0 comments (0 inline, 0 general)