fix: add dynamic RTL support to the base template
This commit is contained in:
parent
8983b13a3f
commit
71e99a1729
1 changed files with 1 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
|||
<!DOCTYPE html>
|
||||
<!-- Built on Frappe. https://frappeframework.com/ -->
|
||||
<html lang="{{boot.lang}}">
|
||||
<html lang="{{boot.lang}}" dir="{{ 'rtl' if is_rtl() else 'ltr' }}">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue