diff options
Diffstat (limited to 'app/templates/users')
| -rw-r--r-- | app/templates/users/user_profile_page.html | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/app/templates/users/user_profile_page.html b/app/templates/users/user_profile_page.html index 0eb6adb..33526de 100644 --- a/app/templates/users/user_profile_page.html +++ b/app/templates/users/user_profile_page.html @@ -20,7 +20,11 @@ {% elif user == current_user %} <a href="">Link Forums Account</a> {% endif %} - | + + {% if (user.forums_username and user.github_username) or user == current_user %} + | + {% endif %} + {% if user.github_username %} <a href="https://github.com/{{ user.github_username }}">GitHub</a> {% elif user == current_user %} |
