From 02cb36371aea6507fa0bd86fd5438c10627b39fb Mon Sep 17 00:00:00 2001 From: RubenPX Date: Fri, 6 May 2022 08:40:49 +0200 Subject: [PATCH 1/2] Make title bigger (H1) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) From 4c16065afac557adc9628cccf2c621e1bc778780 Mon Sep 17 00:00:00 2001 From: Santiago Lamora Date: Fri, 6 May 2022 20:15:35 +0200 Subject: [PATCH 2/2] Fix typo: Unassgined to Unassigned #3339 --- ereuse_devicehub/client.py | 2 +- ereuse_devicehub/templates/inventory/device_list.html | 2 +- tests/test_render_2_0.py | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) 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 1a58e5de..2bbb31cc 100644 --- a/ereuse_devicehub/templates/inventory/device_list.html +++ b/ereuse_devicehub/templates/inventory/device_list.html @@ -7,7 +7,7 @@