mirror of
https://github.com/lijiejie/eyes.sh.git
synced 2026-09-22 01:30:43 +08:00
fix
This commit is contained in:
@@ -40,7 +40,7 @@
|
||||
</label>
|
||||
</div>
|
||||
<div class="form-check form-check-inline ml-4 mb-3">
|
||||
<input class="form-check-input" type="radio" name="lang" id="lang_en" value="en" {% if LANGUAGE_CODE == 'en-us' %}checked{% endif %}>
|
||||
<input class="form-check-input" type="radio" name="lang" id="lang_en" value="en" {% if LANGUAGE_CODE == 'en' %}checked{% endif %}>
|
||||
<label class="form-check-label" for="exampleRadios1">
|
||||
English
|
||||
</label>
|
||||
|
||||
Reference in New Issue
Block a user