From 330928b0f5116ccfe6d06216b84c692669903fe1 Mon Sep 17 00:00:00 2001 From: Dirk Jahnke Date: Wed, 9 Mar 2022 18:24:22 +0100 Subject: [PATCH] Removed hardcoded URLs --- container/templates/container/container_details.html | 2 +- container/templates/container/index.html | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/container/templates/container/container_details.html b/container/templates/container/container_details.html index e4d957e..1f0b679 100644 --- a/container/templates/container/container_details.html +++ b/container/templates/container/container_details.html @@ -1,4 +1,4 @@

Container: {{ container.named_id }}

{{ container.description }}
Color: {{ container.color }}
-
Container Type: {{ container.container_type.named_id }}
+
Container Type: {{ container.container_type.named_id }}
diff --git a/container/templates/container/index.html b/container/templates/container/index.html index d0ee396..4bb3d08 100644 --- a/container/templates/container/index.html +++ b/container/templates/container/index.html @@ -3,7 +3,7 @@ {% if container_list %} {% else %} @@ -15,7 +15,7 @@ {% if container_type_list %} {% else %}