Changeset - 04f8fd55e6bc
[Not reviewed]
default
0 1 0
Marcin Kuzminski - 15 years ago 2010-08-03 21:25:11
marcin@python-works.com
fixed settings template
1 file changed with 4 insertions and 2 deletions:
0 comments (0 inline, 0 general)
pylons_app/templates/admin/settings/settings.html
Show inline comments
 
@@ -21,10 +21,11 @@
 
    </div>
 
    <!-- end box / title -->
 
    
 
    <h3>${_('Remap and rescan repositories')}</h3>
 
    ${h.form(url('admin_setting', setting_id='mapping'),method='put')}
 
    <div class="form">
 
        <!-- fields -->
 
        <h3>${_('Remap and rescan repositories')}</h3>
 
        
 
        <div class="fields">
 
			<div class="field">
 
		        <div class="label label-checkbox">
 
@@ -47,10 +48,11 @@
 
    </div>  
 
    ${h.end_form()}
 
     
 
    <h3>${_('Global application settings')}</h3> 
 
    ${h.form(url('admin_setting', setting_id='global'),method='put')}
 
    <div class="form">
 
        <!-- fields -->
 
        <h3>${_('Global application settings')}</h3>
 
        
 
        <div class="fields">
 
             
 
             <div class="field">
0 comments (0 inline, 0 general)