[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

@ -11,4 +11,6 @@ urlpatterns = [
views.MoodDetailView.as_view(),
name="mood_detail",
),
path("checkin/", views.checkin, name="checkin"),
path("checkin/success/", views.checkin_success, name="checkin_success"),
]