Added new functionality, refactored, added CHANGELOG.md, and more

This commit is contained in:
2024-04-28 14:26:39 -04:00
parent e5f335c743
commit d487e40c1e
19 changed files with 328 additions and 80 deletions

View File

@@ -8,12 +8,12 @@
<hr>
<h3>User Details</h3>
{% include 'users/dashboard/user_details_table.html' %}
<h3>Pets</h3>
{% include 'users/dashboard/pets_overview.html' %}
<hr>
<h3>Booking History</h3>
{% include 'users/dashboard/user_history_table.html' %}
{% include 'users/dashboard/visits_overview.html' %}
{% endblock %}