profile: fix route to user projects

This commit is contained in:
Drew DeVault 2020-04-29 10:30:15 -04:00
parent 05e62eb6a3
commit 0d196d8602
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@
<div class="pull-right">
<a
href="{{url_for("users.projects_GET",
owner=current_user.canonical_name)}}"
owner=user.canonical_name)}}"
class="btn btn-link"
>More projects&nbsp;{{icon("caret-right")}}</a>
</div>