This commit is contained in:
lijiejie
2022-04-10 01:39:19 +08:00
parent 27f570cd78
commit 4c48ffde74
+1 -1
View File
@@ -40,7 +40,7 @@
</label> </label>
</div> </div>
<div class="form-check form-check-inline ml-4 mb-3"> <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"> <label class="form-check-label" for="exampleRadios1">
English English
</label> </label>