diff options
Diffstat (limited to 'app/views/user/bad_token.rhtml')
-rw-r--r-- | app/views/user/bad_token.rhtml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/app/views/user/bad_token.rhtml b/app/views/user/bad_token.rhtml new file mode 100644 index 000000000..d47a3c8bd --- /dev/null +++ b/app/views/user/bad_token.rhtml @@ -0,0 +1,12 @@ +<p id="bad_token"> +Please check the URL (i.e. the long code of letters and numbers) is copied +correctly from your email. +</p> + +<p id="bad_token"> +If you can't click on it in the email, you'll have +to select and copy it from the email. Then paste it into your browser, into +the place you would type the address of any other webpage. +</p> + + |