fill error variable with an empty string for the device list
This commit is contained in:
parent
a7e2aae292
commit
4a77d2cc38
@ -27,6 +27,7 @@ class SdrDeviceListController(AuthorizationMixin, BreadcrumbMixin, WebpageContro
|
||||
variables["content"] = self.render_devices()
|
||||
variables["title"] = "SDR device settings"
|
||||
variables["modal"] = ""
|
||||
variables["error"] = ""
|
||||
return variables
|
||||
|
||||
def get_breadcrumb(self):
|
||||
|
Loading…
Reference in New Issue
Block a user