# HG changeset patch # User Marcin Kuzminski # Date 2013-06-26 22:52:58 # Node ID 38ab60c1fb2b57a70cec3f3fa6137218206abf4b # Parent 9b4ba12ef8c35967485d2dcf620f93975727cc58 fixed issues with form upload if settings for repo paths are blocked diff --git a/rhodecode/templates/admin/settings/settings.html b/rhodecode/templates/admin/settings/settings.html --- a/rhodecode/templates/admin/settings/settings.html +++ b/rhodecode/templates/admin/settings/settings.html @@ -288,6 +288,9 @@ ${_('Location where repositories are stored. After changing this value a restart, and rescan is required')} + %else: + ## form still requires this but we cannot internally change it anyway + ${h.hidden('paths_root_path',size=30,readonly="readonly", class_="disabled")} %endif
${h.submit('save',_('Save settings'),class_="ui-btn large")}