mirror of
https://github.com/pacnpal/thrillwiki_django_no_react.git
synced 2025-12-23 12:51:09 -05:00
idk man
This commit is contained in:
@@ -18,8 +18,7 @@
|
||||
data-field-name="name">{{ park.name }}</h1>
|
||||
<p class="text-gray-600 dark:text-gray-300">
|
||||
<i class="mr-2 fas fa-map-marker-alt"></i>
|
||||
<span data-editable data-content-id="{{ park.id }}"
|
||||
data-field-name="location">{{ park.location }}</span>
|
||||
<span>{{ park.get_formatted_location }}</span>
|
||||
</p>
|
||||
</div>
|
||||
<div class="flex gap-2 mt-4 md:mt-0">
|
||||
@@ -201,12 +200,10 @@
|
||||
<div class="p-4 transition-transform transform rounded-lg bg-gray-50 dark:bg-gray-700/50 hover:-translate-y-1">
|
||||
<dt class="flex items-center mb-1 text-gray-600 dark:text-gray-300">
|
||||
<i class="w-5 text-blue-500 fas fa-globe dark:text-blue-400"></i>
|
||||
<span class="ml-2">Country</span>
|
||||
<span class="ml-2">Location</span>
|
||||
</dt>
|
||||
<dd class="font-medium text-gray-900 dark:text-white"
|
||||
data-editable data-content-id="{{ park.id }}"
|
||||
data-field-name="country">
|
||||
{{ park.get_country_name }}
|
||||
<dd class="font-medium text-gray-900 dark:text-white">
|
||||
{{ park.get_formatted_location }}
|
||||
</dd>
|
||||
</div>
|
||||
{% if park.opening_date %}
|
||||
|
||||
Reference in New Issue
Block a user