2014-08-23 02:08:51 +00:00
|
|
|
$newline always
|
2016-09-05 15:17:57 +00:00
|
|
|
<div .medium>
|
2015-01-11 07:06:48 +00:00
|
|
|
<noscript>You need to have Javascript enabled
|
|
|
|
<h3>Activate your account
|
2016-09-05 15:17:57 +00:00
|
|
|
<form>
|
|
|
|
<div .form-group .required>
|
2015-01-11 07:06:48 +00:00
|
|
|
<label for="password1">Password:
|
|
|
|
<input id="password1" type="password" required>
|
2016-09-05 15:17:57 +00:00
|
|
|
<div .form-group .required>
|
2015-01-11 07:06:48 +00:00
|
|
|
<label for="password2">Confirm your password:
|
|
|
|
<input id="password2" type="password" required>
|
|
|
|
<p id="progress">
|
2016-09-05 15:17:57 +00:00
|
|
|
<div .form-group .optional>
|
|
|
|
<input id="activate" type="submit" value="Activate" data-token="#{token}" data-salt="#{hexSalt}">
|
2014-08-23 02:08:51 +00:00
|
|
|
|
2016-09-05 14:01:49 +00:00
|
|
|
<script src="/static/js/jquery.min.js" type="text/javascript">
|
2015-01-11 07:06:48 +00:00
|
|
|
<script src="/static/js/jsSHA.js" type="text/javascript">
|
|
|
|
<script src="/static/js/activate.js" type="text/javascript">
|