add frontendfirendly instance (closes #42)
Some checks failed
mozhi pipeline / Push Docker image to Codeberg docker registry (push) Failing after 14m26s
mozhi pipeline / Build and publish artifacts (push) Failing after 14m18s

This commit is contained in:
2024-06-27 20:03:04 +05:30
parent 8bb5f19af0
commit 16813c4db5
3 changed files with 4 additions and 8 deletions

View File

@@ -20,7 +20,7 @@
<div class="wrap languages center-area">
<div class="language">
<select name="from" aria-label="Source language" id="sourceLanguage">
{{ range $key, $value := .SourceLanguages }} {{ if $.From }}
{{ range $key, $value := .SourceLanguages }} {{ if eq $.From "" }}
<option value="{{ .Id }}" {{ if eq $.From .Id }}selected{{ end }}>
{{ .Name }}
</option>