fix: Add language to print_template

This commit is contained in:
Suraj Shetty 2021-06-28 12:06:26 +05:30
parent 31d8436979
commit d9962370dc

View file

@ -1,5 +1,5 @@
<!DOCTYPE html>
<html lang="en" dir="{{ layout_direction }}">
<html lang="{{ lang }}" dir="{{ layout_direction }}">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">