Test suite refactoring to match new htmx HTML swapping in pages

This commit is contained in:
Alphonse Paix
2025-09-17 14:16:27 +02:00
parent 7364e2a23c
commit bdddf0fe4a
8 changed files with 91 additions and 163 deletions

View File

@@ -209,7 +209,6 @@ Click <a href=\"{}\">here</a> to confirm your subscription.",
}
#[derive(Debug, Deserialize)]
#[allow(dead_code)]
pub struct SubscriptionFormData {
email: String,
}