diff --git a/app/templates/views/dashboard/dashboard.html b/app/templates/views/dashboard/dashboard.html index 3af1b2ae4..61ae115c1 100644 --- a/app/templates/views/dashboard/dashboard.html +++ b/app/templates/views/dashboard/dashboard.html @@ -1,12 +1,12 @@ - - {% extends "withnav_template.html" %} -{% from "components/table.html" import list_table, field, text_field, link_field, right_aligned_field_heading, hidden_field_heading, row_heading, notification_status_field, notification_carrier_field, notification_carrier_message_field %} +{% from "components/table.html" import list_table, field, text_field, link_field, right_aligned_field_heading, +hidden_field_heading, row_heading, notification_status_field, notification_carrier_field, +notification_carrier_message_field %} {% from "components/ajax-block.html" import ajax_block %} {% block service_page_title %} - Dashboard +Dashboard {% endblock %} {% block maincolumn_content %} @@ -15,32 +15,28 @@