mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-06-04 14:49:01 +02:00
Use translations for activation page
This commit is contained in:
@@ -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>
|
||||
"""
|
||||
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user