Skip to content

Commit

Permalink
Merge pull request #132 from the-virtual-brain/TVB-2681
Browse files Browse the repository at this point in the history
TVB-2681: fix rendering of selector in step 2 of local conn
  • Loading branch information
popaula937 authored Apr 30, 2020
2 parents 26bdd9a + 3831c22 commit 848560f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ def step_2(self, **kwargs):
left_side_form.existentEntitiesSelect.data = current_lconn.gid.hex
template_specification = dict(title="Surface - Local Connectivity")
template_specification['mainContent'] = 'spatial/local_connectivity_step2_main'
template_specification['existentEntitiesInputList'] = left_side_form
template_specification['existentEntitiesInputList'] = self.render_adapter_form(left_side_form)
template_specification['loadExistentEntityUrl'] = LOAD_EXISTING_URL
template_specification['resetToDefaultUrl'] = RELOAD_DEFAULT_PAGE_URL
template_specification['next_step_url'] = '/spatial/localconnectivity/step_1'
Expand Down

0 comments on commit 848560f

Please sign in to comment.