Skip to content

Commit b829054

Browse files
committed
fix silly issues with spaces so hidden class gets applied correctly to other input
1 parent 5ab3750 commit b829054

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kubespawner/templates/form.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ <h3>{{ profile.display_name }}</h3>
3434
{%- endif %}
3535
</div>
3636
{%- if option['unlisted_choice']['enabled'] %}
37-
<div class="option js-other-input-container {%- if option['choices'] %}hidden{%- endif %}">
37+
<div class="option js-other-input-container {%- if option['choices'] %} hidden {%- endif %}">
3838
<label for="profile-option-{{ profile.slug }}--{{ k }}--unlisted-choice">
3939
{{ option['unlisted_choice']['display_name'] }}
4040
</label>

0 commit comments

Comments
 (0)