From ac801c93d3e261a46d664dfcc254a7ee9e7360b8 Mon Sep 17 00:00:00 2001 From: Andreas Zweili Date: Fri, 1 May 2020 17:04:01 +0200 Subject: [PATCH] correct the title for the connected devices table --- devices/templates/devices/connected_device_list.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devices/templates/devices/connected_device_list.html b/devices/templates/devices/connected_device_list.html index e886f81..ef252a5 100644 --- a/devices/templates/devices/connected_device_list.html +++ b/devices/templates/devices/connected_device_list.html @@ -1,6 +1,6 @@ {% extends "core/base.html" %} {% load render_table from django_tables2 %} -{% block section_title %}List of General Devices{% endblock %} +{% block section_title %}List of Connected Devices{% endblock %} {% block content %}