Split up users blueprint

This commit is contained in:
rubenwardy
2020-01-24 18:15:09 +00:00
parent 53a63367dc
commit 6e938ba74c
12 changed files with 139 additions and 115 deletions

View File

@@ -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 %}