This commit is contained in:
pacnpal
2024-10-31 17:27:31 +00:00
parent b675d59c16
commit c52f14e700
10 changed files with 119 additions and 78 deletions

View File

@@ -18,7 +18,7 @@
</h2>
<p class="mb-3 text-gray-600 dark:text-gray-400">
<i class="mr-1 fas fa-map-marker-alt"></i>
{{ park.location }}
{{ park.get_formatted_location }}
</p>
<div class="flex flex-wrap gap-2">
<span class="status-badge {% if park.status == 'OPERATING' %}status-operating