Skip to content

Commit

Permalink
fix silly issues with spaces so hidden class gets applied correctly t…
Browse files Browse the repository at this point in the history
…o other input
  • Loading branch information
batpad committed Jan 9, 2024
1 parent 5ab3750 commit b829054
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kubespawner/templates/form.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ <h3>{{ profile.display_name }}</h3>
{%- endif %}
</div>
{%- if option['unlisted_choice']['enabled'] %}
<div class="option js-other-input-container {%- if option['choices'] %}hidden{%- endif %}">
<div class="option js-other-input-container {%- if option['choices'] %} hidden {%- endif %}">
<label for="profile-option-{{ profile.slug }}--{{ k }}--unlisted-choice">
{{ option['unlisted_choice']['display_name'] }}
</label>
Expand Down

0 comments on commit b829054

Please sign in to comment.