mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2026-03-01 12:44:28 +00:00
* Improve e-mail base design * Refine e-mail design * Adjust e-mail snapshots * Avoid early html encoding for all parameters in locals * Avoid early html encoding for all '= t()' * Avoid early html encoding for the remaining '='
10 lines
223 B
Plaintext
10 lines
223 B
Plaintext
extend ../layout.pug
|
|
|
|
block content
|
|
.content
|
|
p!= t('resetPassword.introduction')
|
|
a.button(href=actionUrl)!= t('buttons.confirmEmail')
|
|
p!= t('resetPassword.ignore')
|
|
p!= t('resetPassword.codeHint')
|
|
span!= nonce
|