[moods] Add a nice form for checking in
All checks were successful
build & deploy / test (push) Successful in 2m2s
build & deploy / deploy (push) Successful in 38s

This commit is contained in:
2026-04-28 15:44:48 -04:00
parent e912eda6e4
commit ef4e510814
8 changed files with 173 additions and 1 deletions

View File

@ -218,6 +218,9 @@
{% endif %}
{% if user.is_authenticated %}
<div class="navbar-nav">
<div class="nav-item text-nowrap">
<a class="nav-link px-3" href="{% url "moods:checkin" %}">Check-in</a>
</div>
<div class="nav-item text-nowrap">
<a class="nav-link px-3" href="{% url "profiles:profile_settings" %}">Settings</a>
</div>