##// END OF EJS Templates
users: fixed disabled user message UI.
marcink -
r4431:13cb126d default
parent child Browse files
Show More
@@ -27,8 +27,8 b''
27 <%def name="main()">
27 <%def name="main()">
28 <div class="box user_settings">
28 <div class="box user_settings">
29 % if not c.user.active:
29 % if not c.user.active:
30 <div class="alert alert-warning text-center">
30 <div class="alert alert-warning text-center" style="margin: 0 0 15px 0">
31 <strong>${_('This user is set as disabled')}</strong>
31 <strong>${_('This user is set as non-active and disabled.')}</strong>
32 </div>
32 </div>
33 % endif
33 % endif
34
34
General Comments 0
You need to be logged in to leave comments. Login now