Add default servings to profile + choose servings when scheduling

This commit is contained in:
Greg Burri 2025-02-03 23:42:07 +01:00
parent d8641d4db6
commit ae6da1a5ae
13 changed files with 70 additions and 34 deletions

View file

@ -112,6 +112,7 @@ pub struct ProfileTemplate<'a> {
pub username: &'a str,
pub email: &'a str,
pub default_servings: u32,
pub message: &'a str,
pub message_email: &'a str,
pub message_password: &'a str,