Use translations for activation page

This commit is contained in:
James Allen 2015-12-11 14:25:17 +00:00
parent c40b882ee2
commit c0dfdb3bd8
2 changed files with 2 additions and 4 deletions

View file

@ -15,8 +15,6 @@ templates.registered =
<p><a href="<%= setNewPasswordUrl %>">Click here to set your password and log in.</a></p>
<p>Once you have reset your password you can <a href="#{settings.siteUrl}/login">log in here</a>.</p>
<p>If you have any questions or problems, please contact <a href="mailto:#{settings.adminEmail}">#{settings.adminEmail}</a>.</p>
"""

View file

@ -5,12 +5,12 @@ block content
.container
.row
.col-md-6.col-md-offset-3.col-lg-4.col-lg-offset-4
.alert.alert-success You're one step away from activating your DataJoy account!
.alert.alert-success #{translate("nearly_activated")}
.row
.col-md-6.col-md-offset-3.col-lg-4.col-lg-offset-4
.card
.page-header
h1 Please set a password
h1 #{translate("please_set_a_password")}
form(
async-form="activate",
name="activationForm",