diff options
-rw-r--r-- | app/templates/users/user_profile_page.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/templates/users/user_profile_page.html b/app/templates/users/user_profile_page.html index d81d461..46881fd 100644 --- a/app/templates/users/user_profile_page.html +++ b/app/templates/users/user_profile_page.html @@ -22,7 +22,7 @@ <div class="card-body row"> <div class="col-md-2"> {% if user.email %} - <a class="btn btn-primary" href="https://en.gravatar.com/"> + <a href="https://en.gravatar.com/"> {% endif %} <img class="img-responsive user-photo img-thumbnail img-thumbnail-1" src="{{ (user.email or '') | gravatar }}"> {% if user.email %} |