profile: remove redundant link

This commit is contained in:
Drew DeVault 2020-05-11 09:54:25 -04:00
parent 23e980fc74
commit d277771ca8
1 changed files with 1 additions and 3 deletions

View File

@ -7,9 +7,7 @@
<div class="row">
<div class="col-md-4">
<h2>
<a
href="{{url_for("users.summary_GET", username=user.username)}}"
>{{user.canonical_name}}</a>
{{user.canonical_name}}
</h2>
{% if user.location %}
<p>{{user.location}}</p>