diff --git a/holodeck/templates/holodeck/dashboard.html b/holodeck/templates/holodeck/dashboard.html index 716465c..d9cba2e 100644 --- a/holodeck/templates/holodeck/dashboard.html +++ b/holodeck/templates/holodeck/dashboard.html @@ -1,15 +1,16 @@ {% extends "holodeck/layout.html" %} {% load i18n holodeck_inclusion_tags %} +{% load url from future %} {% block title %}{% trans "Dashboard Overview" %} | {{ block.super }}{% endblock %} {% block breadcrumb %} -
{% blocktrans %}This Holodeck does not contain any dashboards. Would you like to create a new dashboard now?{% endblocktrans %}