diff --git a/README.md b/README.md index 37c85957..5c7019cf 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -#Devicehub +# Devicehub Devicehub is a distributed IT Asset Management System focused in reusing devices, created under the project [eReuse.org](https://www.ereuse.org) diff --git a/ereuse_devicehub/client.py b/ereuse_devicehub/client.py index aaafb9f3..92aa67d2 100644 --- a/ereuse_devicehub/client.py +++ b/ereuse_devicehub/client.py @@ -252,7 +252,7 @@ class UserClientFlask: ) self.headers = headers body = next(body).decode("utf-8") - assert "Unassgined" in body + assert "Unassigned" in body def get( self, diff --git a/ereuse_devicehub/templates/inventory/device_list.html b/ereuse_devicehub/templates/inventory/device_list.html index 968312a5..61f94f4d 100644 --- a/ereuse_devicehub/templates/inventory/device_list.html +++ b/ereuse_devicehub/templates/inventory/device_list.html @@ -7,7 +7,7 @@