summaryrefslogtreecommitdiffstats
path: root/module/web/templates/default/dashboard.html
diff options
context:
space:
mode:
Diffstat (limited to 'module/web/templates/default/dashboard.html')
-rw-r--r--module/web/templates/default/dashboard.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/module/web/templates/default/dashboard.html b/module/web/templates/default/dashboard.html
index 6bfa2eb5a..777e73ae7 100644
--- a/module/web/templates/default/dashboard.html
+++ b/module/web/templates/default/dashboard.html
@@ -1,4 +1,8 @@
{% extends 'default/base.html' %}
+{% block title %}
+ {{_("Dashboard")}} - {{ super()}}}
+{% endblock %}
+
{% block require %}
App.initPackageTree();
{% endblock %}