We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4bde358 commit e341436Copy full SHA for e341436
2 files changed
src/themes/OLH/templates/journal/print.html
@@ -1,7 +1,7 @@
1
{% load static %}
2
{% load hooks %}
3
{% load i18n %}
4
-<html>
+<html lang="{{ request.current_language }}">
5
6
<head>
7
<title>
src/themes/clean/templates/journal/print.html
{% include "common/elements/journal/article_title.html" %}
0 commit comments