Skip to content

Commit

Permalink
Issue Sunbird-Lern#28 chore:Show time in hour in password reset email…
Browse files Browse the repository at this point in the history
…- Overridden email theme
  • Loading branch information
ahghatol committed Feb 21, 2018
1 parent a56fb99 commit e855598
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<html>
<body>
${msg("passwordResetBodyHtml",link, linkExpiration, realmName)}
${msg("passwordResetBodyHtml",link, (linkExpiration/60)?string["0"], realmName)?no_esc}
</body>
</html>
</html>

0 comments on commit e855598

Please sign in to comment.