fix: add dynamic RTL support to the base template

This commit is contained in:
DHia' SHalabi 2024-10-07 17:07:03 +03:00
parent 8983b13a3f
commit 71e99a1729

View file

@ -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">