[moods] Add a nice form for checking in
This commit is contained in:
@ -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"),
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user