Show More
@@ -136,6 +136,10 b' class SettingsController(BaseController)' | |||
|
136 | 136 | c.svn_branch_patterns = model.get_global_svn_branch_patterns() |
|
137 | 137 | c.svn_tag_patterns = model.get_global_svn_tag_patterns() |
|
138 | 138 | |
|
139 | # TODO: Replace with request.registry after migrating to pyramid. | |
|
140 | pyramid_settings = get_current_registry().settings | |
|
141 | c.svn_proxy_generate_config = pyramid_settings[generate_config] | |
|
142 | ||
|
139 | 143 | application_form = ApplicationUiSettingsForm()() |
|
140 | 144 | |
|
141 | 145 | try: |
General Comments 0
You need to be logged in to leave comments.
Login now