form: add pre-signup card

same as the post-signup card, but shown on the sidebar.
This commit is contained in:
Harvey Tindall
2025-12-02 14:56:15 +00:00
parent a4b94b4f45
commit 6e31a7e2dd
5 changed files with 50 additions and 1 deletions

View File

@@ -169,6 +169,7 @@ func (app *appContext) GetCustomMessageTemplate(gc *gin.Context) {
case "UserPage":
case "UserLogin":
case "PostSignupCard":
case "PreSignupCard":
// These don't have any example content
msg = nil
}