diff --git a/vote/templates/vote/index_election_item.html b/vote/templates/vote/index_election_item.html
index a1b118ea13c139acb8c63fba757e3e9171ee524f..6cde1df7f347da798c4f95e7f5ba6f341ddb24d4 100644
--- a/vote/templates/vote/index_election_item.html
+++ b/vote/templates/vote/index_election_item.html
@@ -8,9 +8,8 @@
       <a class="btn btn-danger float-right ml-3" href="{% url 'vote:delete_own_application' election.pk %}"> Delete
         application </a>
       {% endif %}
-      <a class="btn btn-dark float-right" href="{% url 'vote:apply' election.pk %}"> {% if edit %} Edit application {%
-        else %}
-        Apply {% endif %}</a>
+      <a class="btn btn-dark float-right" href="{% url 'vote:apply' election.pk %}"> {% if edit %} Edit application
+        {% else %} Apply {% endif %}</a>
       {% endif %}
     </h4>
     {% if election.end_date %}
diff --git a/vote/templates/vote/vote.html b/vote/templates/vote/vote.html
index 4d8ac08c7baa3263751b2b6da4737377731c1bf7..d540993f64c3a4a9bc3157bdbe6f7cb11769ef58 100644
--- a/vote/templates/vote/vote.html
+++ b/vote/templates/vote/vote.html
@@ -66,7 +66,7 @@
                         <div class="row no-gutters">
                           {% if field.application.avatar %}
                             <div class="col-3">
-                              <img src="{{ field.application.avatar.url }}" class="card-img" alt="applicant-picture">
+                              <img src="{{ field.application.avatar.url }}" alt="applicant-picture">
                             </div>
                           {% endif %}
                           <div class="col-9">