mirror of
https://github.com/pacnpal/thrillwiki_django_no_react.git
synced 2025-12-25 01:31:09 -05:00
lol
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user