Add first day of the week feature to user settings and calendar functionality
This commit is contained in:
parent
39f5b968b4
commit
fdbf2e4f27
15 changed files with 191 additions and 42 deletions
|
|
@ -1,5 +1,7 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="{{ context.tr.current_lang_and_territory_code() }}" data-user-logged="{{ context.user.is_some() }}" >
|
||||
<html lang="{{ context.tr.current_lang_and_territory_code() }}"
|
||||
data-user-logged="{{ context.user.is_some() }}"
|
||||
data-user-first-day-of-the-week="{{ context.first_day_of_the_week().to_string() }}">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue