Files
thrillwiki_django_no_react/templates/parks/partials/add_park_button.html
2025-09-21 20:19:12 -04:00

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 %}