Import mod
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@ -2,7 +2,7 @@ package org.ccalm.main.models;
|
||||
|
||||
import lombok.Getter;
|
||||
import lombok.Setter;
|
||||
import org.ccalm.main.utils.CustomException;
|
||||
//import org.ccalm.main.utils.CustomException;
|
||||
|
||||
import java.sql.Types;
|
||||
|
||||
|
||||
@ -306,10 +306,10 @@
|
||||
<!-- Language Selector -->
|
||||
<div class="language-selector">
|
||||
<button id="lang-en" class="language-button active" onclick="switchLanguage('en')">
|
||||
🇬🇧 English
|
||||
English
|
||||
</button>
|
||||
<button id="lang-ru" class="language-button" onclick="switchLanguage('ru')">
|
||||
🇷🇺 Русский
|
||||
Русский
|
||||
</button>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user