Skip to content

Commit

Permalink
Update config_postProcessing.mako (#8595)
Browse files Browse the repository at this point in the history
  • Loading branch information
BKSteve authored Oct 22, 2023
1 parent e9bed30 commit 17f65f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sickchill/gui/slick/views/config_postProcessing.mako
Original file line number Diff line number Diff line change
Expand Up @@ -708,7 +708,7 @@
<div class="col-lg-9 col-md-9 col-sm-8 col-xs-12 pull-right component-desc">
<select id="naming_multi_ep" name="naming_multi_ep" class="form-control input-sm input350" title="naming_multi_ep">
% for cur_multi_ep in sorted(MULTI_EP_STRINGS.items(), key=lambda x: x[1]):
<option value="${cur_multi_ep[0]}" ${selected(cur_multi_ep[0]) == settings.NAMING_MULTI_EP}>${cur_multi_ep[1]}</option>
<option value="${cur_multi_ep[0]}" ${selected(cur_multi_ep[0] == settings.NAMING_MULTI_EP)}>${cur_multi_ep[1]}</option>
% endfor
</select>
</div>
Expand Down

0 comments on commit 17f65f3

Please sign in to comment.