This commit is contained in:
pacnpal
2024-10-29 23:11:55 -04:00
parent 708986e4c4
commit 298e2a80cb
20 changed files with 175 additions and 153 deletions

View File

@@ -116,7 +116,7 @@
{% for area in areas %}
<div class="p-4 transition-transform transform rounded-lg bg-gray-50 dark:bg-gray-700/50 hover:-translate-y-1">
<h3 class="mb-2 text-lg font-semibold text-gray-900 dark:text-white">
<a href="{% url 'parks:area_detail' park.slug area.slug %}">{{ area.name }}</a>
{{ area.name }}
</h3>
{% if area.description %}
<p class="mb-2 text-gray-600 dark:text-gray-300">
@@ -281,7 +281,7 @@
</div>
</div>
{% empty %}
<p class="text-gray-500 dark:text-gray-400">No history available.</p>
<p class="text-gray-500">No history available.</p>
{% endfor %}
</div>
</div>