Private GIT

Skip to content
Snippets Groups Projects
Commit e5824338 authored by miigotu's avatar miigotu
Browse files

Merge pull request #367 from SickRage/mako-undefined

Fix NameError massEdit and make the show list being edited into a com…
parents eecfa5e9 176ac183
No related branches found
No related tags found
No related merge requests found
...@@ -46,9 +46,7 @@ ...@@ -46,9 +46,7 @@
<label for="shows"> <label for="shows">
<span class="component-title">Selected Shows</span> <span class="component-title">Selected Shows</span>
<span class="component-desc"> <span class="component-desc">
% for curName in sorted(showNames): <span style="font-size: 14px;">${', '.join(sorted(showNames))}</span><br>
<span style="font-size: 14px;">${curName}</span><br>
% endfor
</span> </span>
</label> </label>
</div> </div>
...@@ -94,7 +92,6 @@ ...@@ -94,7 +92,6 @@
initial_quality = int(quality_value) initial_quality = int(quality_value)
else: else:
initial_quality = common.SD initial_quality = common.SD
endif
anyQualities, bestQualities = common.Quality.splitQuality(initial_quality) anyQualities, bestQualities = common.Quality.splitQuality(initial_quality)
%> %>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment