Changeset - 38ab60c1fb2b
[Not reviewed]
default
0 1 0
Marcin Kuzminski - 12 years ago 2013-06-27 00:52:58
marcin@python-works.com
fixed issues with form upload if settings for repo paths are blocked
1 file changed with 3 insertions and 0 deletions:
0 comments (0 inline, 0 general)
rhodecode/templates/admin/settings/settings.html
Show inline comments
 
@@ -288,6 +288,9 @@
 
                    <span class="help-block">${_('Location where repositories are stored. After changing this value a restart, and rescan is required')}</span>
 
                </div>
 
            </div>
 
            %else:
 
            ## form still requires this but we cannot internally change it anyway
 
            ${h.hidden('paths_root_path',size=30,readonly="readonly", class_="disabled")}
 
            %endif
 
            <div class="buttons">
 
                ${h.submit('save',_('Save settings'),class_="ui-btn large")}
0 comments (0 inline, 0 general)