diff --git a/pylons_app/templates/admin/settings/settings.html b/pylons_app/templates/admin/settings/settings.html --- a/pylons_app/templates/admin/settings/settings.html +++ b/pylons_app/templates/admin/settings/settings.html @@ -57,7 +57,7 @@
- +
${h.text('hg_app_title',size=30)} @@ -66,7 +66,7 @@
- +
${h.text('hg_app_realm',size=30)} @@ -79,6 +79,51 @@
${h.end_form()} + +

${_('Mercurial settings')}

+ ${h.form(url('admin_setting', setting_id='mercurial'),method='put')} +
+ + +
+ +
+
+ +
+
+
+ ${h.checkbox('web_push_ssl','true')} + +
+
+
+ +
+
+ +
+
+ ${h.text('paths_root_path',size=30,disabled="disabled")} + + ${_('unlock')} +
+
+ +
+ ${h.submit('save','save settings',class_="ui-button ui-widget ui-state-default ui-corner-all")} +
+
+
+ ${h.end_form()} + +