diff options
| author | rubenwardy <rw@rubenwardy.com> | 2018-05-29 18:27:33 +0100 |
|---|---|---|
| committer | rubenwardy <rw@rubenwardy.com> | 2018-05-29 18:27:39 +0100 |
| commit | df291db69b68838e1f0c45753e210bc5f059bc08 (patch) | |
| tree | c3afa337c35ea00978e6c3d2b643037882ed7e69 /app/templates/users/user_profile_page.html | |
| parent | 63a3b5e8727a0a40acd0c81e1d98eddfa4cb6cae (diff) | |
| download | cheatdb-df291db69b68838e1f0c45753e210bc5f059bc08.tar.xz | |
Add email/password sign up
Diffstat (limited to 'app/templates/users/user_profile_page.html')
| -rw-r--r-- | app/templates/users/user_profile_page.html | 2 |
1 files changed, 1 insertions, 1 deletions
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 </a> {% elif user == current_user %} - <a href="">Link Forums Account</a> + No forum account {% endif %} {% if (user.forums_username and user.github_username) or user == current_user %} |
