We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2be47ea commit 73a22b4Copy full SHA for 73a22b4
tronbyt_server/templates/base.html
@@ -3,7 +3,7 @@
3
<head>
4
<meta name="viewport" content="width=device-width, initial-scale=1.0">
5
</head>
6
-<title>{% if self.title() %}{% block title %}{% endblock %} - {% endif %}Tronbyt Manager</title>
+<title>{% if self.title() %}{% block title %}{% endblock %} - {% endif %}{{ _('Tronbyt Manager') }}</title>
7
<link rel="icon" href="{{ url_for('static', filename='favicon.ico') }}">
8
<link rel="stylesheet" href="{{ url_for('static', filename='css/w3.css') }}">
9
<link rel="stylesheet" href="{{ url_for('static', filename='css/style.css') }}">
0 commit comments