]> git.lizzy.rs Git - cheatdb.git/commitdiff
Fix gravatar link being a button
authorrubenwardy <rw@rubenwardy.com>
Tue, 25 Dec 2018 18:36:02 +0000 (18:36 +0000)
committerrubenwardy <rw@rubenwardy.com>
Tue, 25 Dec 2018 18:36:02 +0000 (18:36 +0000)
app/templates/users/user_profile_page.html

index d81d4614b059320bcf136b1d8002df1c368c3f33..46881fd530d1840d30117fc831574a4257295067 100644 (file)
@@ -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 %}