File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change 3
3
{% block title %}TrackIt | View Ticket | {{ ticket.id }}{% endblock %}
4
4
{% block container-class %}view-ticket-container{% endblock %}
5
5
{% block page_heading %}
6
- < h3 >
7
- < i class ="material-icons "> pageview</ i > View Ticket | {{ticket.id}}
8
- </ h3 >
6
+ < h3 > < i class ="material-icons "> pageview</ i > View Ticket | {{ticket.id}}</ h3 >
9
7
< hr >
10
8
{% endblock %}
11
9
{% block content %}
@@ -291,7 +289,8 @@ <h5><i class="material-icons align-top">insert_comment</i> Comments ({{ comments
291
289
< li class ="list-group-item ">
292
290
{% if comment.user.profile.image %}
293
291
< img class ="lazyload rounded-circle float-left comment-profile-image "
294
- data-src ="{{ user.profile.image.url }} " alt ="{{ user.first_name }}'s Profile Image ">
292
+ data-src ="{{ comment.user.profile.image.url }} "
293
+ alt ="{{ comment.user.first_name }}'s Profile Image ">
295
294
{% else %}
296
295
< i class ="material-icons float-left "> account_circle</ i >
297
296
{% endif %}
You can’t perform that action at this time.
0 commit comments