Show More
@@ -21,10 +21,11 b'' | |||
|
21 | 21 | </div> |
|
22 | 22 | <!-- end box / title --> |
|
23 | 23 | |
|
24 | <h3>${_('Remap and rescan repositories')}</h3> | |
|
24 | 25 | ${h.form(url('admin_setting', setting_id='mapping'),method='put')} |
|
25 | 26 | <div class="form"> |
|
26 | 27 | <!-- fields --> |
|
27 | <h3>${_('Remap and rescan repositories')}</h3> | |
|
28 | ||
|
28 | 29 | <div class="fields"> |
|
29 | 30 | <div class="field"> |
|
30 | 31 | <div class="label label-checkbox"> |
@@ -47,10 +48,11 b'' | |||
|
47 | 48 | </div> |
|
48 | 49 | ${h.end_form()} |
|
49 | 50 | |
|
51 | <h3>${_('Global application settings')}</h3> | |
|
50 | 52 | ${h.form(url('admin_setting', setting_id='global'),method='put')} |
|
51 | 53 | <div class="form"> |
|
52 | 54 | <!-- fields --> |
|
53 | <h3>${_('Global application settings')}</h3> | |
|
55 | ||
|
54 | 56 | <div class="fields"> |
|
55 | 57 | |
|
56 | 58 | <div class="field"> |
General Comments 0
You need to be logged in to leave comments.
Login now