From 057064eadd3e67b6a51abd30f774030c87117c57 Mon Sep 17 00:00:00 2001 From: Joey Hines Date: Wed, 21 Aug 2019 07:55:28 -0500 Subject: [PATCH] Fixed issues formatting issue with more than one owner on the website --- GeoffreyApp/templates/GeoffreyApp/location.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GeoffreyApp/templates/GeoffreyApp/location.html b/GeoffreyApp/templates/GeoffreyApp/location.html index e225a8c..c7d9b13 100644 --- a/GeoffreyApp/templates/GeoffreyApp/location.html +++ b/GeoffreyApp/templates/GeoffreyApp/location.html @@ -13,7 +13,7 @@ {% endif %} {{ loc.owner.all.first }} - {% for owner in loc.owner.all|slice:"1:" %}, {{ owner.name }} + {% for owner in loc.owner.all|slice:"1:" %}, {{ owner.name }} {% endfor %}