arcanus commited on
Commit
2c5e8ac
·
verified ·
1 Parent(s): 88736ab

Update templates/index_new.html

Browse files
Files changed (1) hide show
  1. templates/index_new.html +2 -2
templates/index_new.html CHANGED
@@ -493,8 +493,8 @@
493
  class="flex h-9 w-full rounded-md border border-input bg-transparent px-3 py-1 text-sm shadow-sm focus-visible:outline-none focus-visible:ring-1 focus-visible:ring-ring form-select"
494
  name="target_language">
495
  {% for lang in languages[1:] %}
496
- {% if lang == "Czech (cs)" %}
497
- <option value="{{ lang }}" selected>Čeština (cs)</option>
498
  {% else %}
499
  <option value="{{ lang }}">{{ lang }}</option>
500
  {% endif %}
 
493
  class="flex h-9 w-full rounded-md border border-input bg-transparent px-3 py-1 text-sm shadow-sm focus-visible:outline-none focus-visible:ring-1 focus-visible:ring-ring form-select"
494
  name="target_language">
495
  {% for lang in languages[1:] %}
496
+ {% if lang == "Česky (cs)" %}
497
+ <option value="{{ lang }}" selected>Česky (cs)</option>
498
  {% else %}
499
  <option value="{{ lang }}">{{ lang }}</option>
500
  {% endif %}