Skip to content

Commit

Permalink
remove alt nonsense
Browse files Browse the repository at this point in the history
  • Loading branch information
nitely committed Sep 11, 2020
1 parent 89a044d commit 2cedf62
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion spirit/comment/templates/spirit/comment/_render_list.html
Expand Up @@ -47,7 +47,7 @@
<div class="comment__img">
<img
class="comment__img__avatar"
alt="image"
alt=""
src="{% get_gravatar_url user=c.user size=50 %}" />
</div>
<div class="comment__info">
Expand Down
Expand Up @@ -72,7 +72,7 @@ <h1 class="headline">{{ topic.title }}</h1>
<div id="reply" class="comments__reply">
<div class="comments__reply__img">
<img
alt="image"
alt=""
class="comment__img__avatar"
src="{% get_gravatar_url user=user size=50 %}" />
</div>
Expand Down
2 changes: 1 addition & 1 deletion spirit/topic/templates/spirit/topic/detail.html
Expand Up @@ -123,7 +123,7 @@ <h1 class="headline">
<div id="reply" class="comments__reply">
<div class="comments__reply__img">
<img
alt="image"
alt=""
class="comment__img__avatar"
src="{% get_gravatar_url user=user size=50 %}" />
</div>
Expand Down
Expand Up @@ -5,7 +5,7 @@
<div class="comments_list__comment no-footer">
<div class="comment__img">
<img
alt="profile image"
alt=""
class="comment__img__avatar"
src="{% get_gravatar_url user=c.user size=50 %}" />
</div>
Expand Down

0 comments on commit 2cedf62

Please sign in to comment.