aboutsummaryrefslogtreecommitdiff
path: root/app/templates/users/profile.html
diff options
context:
space:
mode:
authorrubenwardy <rw@rubenwardy.com>2020-01-24 18:15:09 +0000
committerrubenwardy <rw@rubenwardy.com>2020-01-24 18:15:12 +0000
commit6e938ba74c089428723ae05f305c2d23a636ca3f (patch)
tree0e699087d27cb0070eb08012e2e92d7c7b1584c9 /app/templates/users/profile.html
parent53a63367dc7defc34616fc784cd19086d60ad54f (diff)
downloadcheatdb-6e938ba74c089428723ae05f305c2d23a636ca3f.tar.xz
Split up users blueprint
Diffstat (limited to 'app/templates/users/profile.html')
-rw-r--r--app/templates/users/profile.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/templates/users/profile.html b/app/templates/users/profile.html
index bd4875d..d2f5baa 100644
--- a/app/templates/users/profile.html
+++ b/app/templates/users/profile.html
@@ -57,7 +57,7 @@
{% if user.github_username %}
<a href="https://github.com/{{ user.github_username }}">GitHub</a>
{% elif user == current_user %}
- <a href="{{ url_for('users.github_signin') }}">Link Github</a>
+ <a href="{{ url_for('github.start') }}">Link Github</a>
{% endif %}
{% if user.website_url %}