blob: bc9b259cc6f47cfe649af3296e4507d20bad2a7e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
<% @title = h("Now check your email!") %>
<h1 class="confirmation_heading">Now check your email!</h1>
<p class="confirmation_message">
We've sent you an email, and you'll need to click the link in it before you can
continue.
</p>
<p class="confirmation_message">
<small>If you use web-based email or have "junk mail" filters, also check your
bulk/spam mail folders. Sometimes, our messages are marked that way.</small>
</p>
|