This commit is contained in:
a-ill
2023-06-24 17:41:50 +03:00
parent 4184e5f78a
commit 5d7a24386f
2 changed files with 2 additions and 2 deletions

View File

@@ -33,7 +33,7 @@
<div>
<div>
<p><b>Name: </b>{coop.name}</p>
<p><b>Location: </b>{coop.location}</p>
<p><b>Location: </b>{coop.location[0]}</p>
<p><b>Market: </b>{coop.market}</p>
<p><b>Workers: </b>{coop.workers}</p>
<p><b>Status: </b>{coop.status}</p>