From df291db69b68838e1f0c45753e210bc5f059bc08 Mon Sep 17 00:00:00 2001 From: rubenwardy Date: Tue, 29 May 2018 18:27:33 +0100 Subject: Add email/password sign up --- app/templates/users/claim.html | 16 ++++++++++++++++ app/templates/users/user_profile_page.html | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) (limited to 'app/templates/users') 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 + +
+

Option 3 - Email/password sign up

+ +
+

+ Only do this if you don't have a forum account! +

+

+ If you have a forum account, please use one of the other two + options. +

+ + Register +
+
{% endif %} {% endblock %} diff --git a/app/templates/users/user_profile_page.html b/app/templates/users/user_profile_page.html index 304649e..755a158 100644 --- a/app/templates/users/user_profile_page.html +++ b/app/templates/users/user_profile_page.html @@ -32,7 +32,7 @@ Minetest Forum {% elif user == current_user %} - Link Forums Account + No forum account {% endif %} {% if (user.forums_username and user.github_username) or user == current_user %} -- cgit v1.2.3