diff options
Diffstat (limited to '')
-rw-r--r-- | templates/signup.rs.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/signup.rs.html b/templates/signup.rs.html index 4823698..179ec98 100644 --- a/templates/signup.rs.html +++ b/templates/signup.rs.html @@ -1,5 +1,5 @@ @use super::base_html; -@use crate::Notification; +@use crate::notification::Notification; @(notification: Option<Notification>) |