mirror of
https://github.com/pacnpal/thrillwiki_django_no_react.git
synced 2025-12-20 10:31:09 -05:00
- Add HTMX-powered filtering with instant updates - Add smooth transitions and loading states - Improve visual hierarchy and styling - Add review notes functionality - Add confirmation dialogs for actions - Make navigation sticky - Add hover effects and visual feedback - Improve dark mode support
6 lines
166 B
HTML
6 lines
166 B
HTML
{% if user.is_authenticated %}
|
|
<a href="{% url 'parks:park_create' %}" class="btn-primary">
|
|
<i class="mr-2 fas fa-plus"></i>Add Park
|
|
</a>
|
|
{% endif %}
|