aboutsummaryrefslogtreecommitdiff
path: root/app/templates/users/claim.html
diff options
context:
space:
mode:
Diffstat (limited to 'app/templates/users/claim.html')
-rw-r--r--app/templates/users/claim.html16
1 files changed, 16 insertions, 0 deletions
diff --git a/app/templates/users/claim.html b/app/templates/users/claim.html
index f561a89..ae8e9c9 100644
--- a/app/templates/users/claim.html
+++ b/app/templates/users/claim.html
@@ -95,5 +95,21 @@ Creating an Account
<input type="submit" value="Next">
</form>
</div>
+
+ <div class="box box_grey">
+ <h2>Option 3 - Email/password sign up</h2>
+
+ <div class="box-body">
+ <p>
+ <b>Only do this if you don't have a forum account!</b>
+ </p>
+ <p>
+ If you have a forum account, please use one of the other two
+ options.
+ </p>
+
+ <a class="button" href="{{ url_for('user.register') }}">Register</a>
+ </div>
+ </div>
{% endif %}
{% endblock %}