typo
This commit is contained in:
parent
16472c49d5
commit
007275dbf3
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ postSignupR = do
|
||||||
sendMail (userEmail newUser) "Please activate your account!" $
|
sendMail (userEmail newUser) "Please activate your account!" $
|
||||||
[shamlet|
|
[shamlet|
|
||||||
<h1>Hello #{userSlug newUser} and Welcome to Eidolon!
|
<h1>Hello #{userSlug newUser} and Welcome to Eidolon!
|
||||||
To complete your sgnup please activate your account by visiting the following link:
|
To complete your signup please activate your account by visiting the following link:
|
||||||
<a href="#{activateLink}">#{activateLink}
|
<a href="#{activateLink}">#{activateLink}
|
||||||
|]
|
|]
|
||||||
setMessage "User pending activation"
|
setMessage "User pending activation"
|
||||||
|
|
Loading…
Reference in a new issue