We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ab3750 commit b829054Copy full SHA for b829054
kubespawner/templates/form.html
@@ -34,7 +34,7 @@ <h3>{{ profile.display_name }}</h3>
34
{%- endif %}
35
</div>
36
{%- if option['unlisted_choice']['enabled'] %}
37
- <div class="option js-other-input-container {%- if option['choices'] %}hidden{%- endif %}">
+ <div class="option js-other-input-container {%- if option['choices'] %} hidden {%- endif %}">
38
<label for="profile-option-{{ profile.slug }}--{{ k }}--unlisted-choice">
39
{{ option['unlisted_choice']['display_name'] }}
40
</label>
0 commit comments