Fixed many things, like the home page not working

This commit is contained in:
pacnpal
2024-11-03 19:06:21 +00:00
parent fa0214e249
commit 1b0fe4588e
6 changed files with 55 additions and 49 deletions

View File

@@ -18,7 +18,7 @@
class="px-8 py-3 text-lg btn-primary">
Explore Parks
</a>
<a href="{% url 'parks:all_rides' %}"
<a href="{% url 'rides:all_rides' %}"
class="px-8 py-3 text-lg btn-secondary">
View Rides
</a>