This commit is contained in:
pacnpal
2024-11-01 03:35:53 +00:00
parent 6265f82193
commit 01c6004a79
5 changed files with 246 additions and 201 deletions

View File

@@ -6,7 +6,7 @@
{% block content %}
<div class="container px-4 mx-auto">
<div class="flex flex-col items-start justify-between gap-4 mb-6 md:flex-row md:items-center">
<h1 class="text-3xl font-bold text-gray-900 dark:text-white">Parks</h1>
<h1 class="text-3xl font-bold text-gray-900 dark:text-white">All Parks</h1>
{% if user.is_authenticated %}
<a href="{% url 'parks:park_create' %}" class="btn-primary">
<i class="mr-2 fas fa-plus"></i>Add Park