##// END OF EJS Templates
labs: show a text that there are no active labs settings
marcink -
r749:19af1ba9 default
parent child Browse files
Show More
@@ -6,6 +6,9 b''
6 6 ${h.secure_form(url('admin_settings_labs'), method='post')}
7 7 <div class="form">
8 8 <div class="fields">
9 % if not c.lab_settings:
10 ${_('There are no Labs settings currently')}
11 % else:
9 12 % for lab_setting in c.lab_settings:
10 13 <div class="field">
11 14 <div class="label">
@@ -45,6 +48,7 b''
45 48 ${h.submit('save', _('Save settings'), class_='btn')}
46 49 ${h.reset('reset', _('Reset'), class_='btn')}
47 50 </div>
51 % endif
48 52 </div>
49 53 </div>
50 54 ${h.end_form()}
General Comments 0
You need to be logged in to leave comments. Login now