diff --git a/mycodo/mycodo_flask/templates/layout.html b/mycodo/mycodo_flask/templates/layout.html index 1f991c84a..afa77d0f6 100644 --- a/mycodo/mycodo_flask/templates/layout.html +++ b/mycodo/mycodo_flask/templates/layout.html @@ -197,14 +197,14 @@ {{_('Dashboards')}} {% for each_dash in dashboards %} - {{each_dash.name}} + {{each_dash.name}} {% endfor %} {{_('Add Dashboard')}} -