initial commit
This commit is contained in:
Binary file not shown.
@@ -116,7 +116,7 @@
|
|||||||
|
|
||||||
{% if issue.photo %}
|
{% if issue.photo %}
|
||||||
<div class="ms-3">
|
<div class="ms-3">
|
||||||
<img src="{{ issue.photo }}" alt="Issue photo" class="img-fluid rounded"
|
<img src="{{ issue.photo.url }}" alt="Issue photo" class="img-fluid rounded"
|
||||||
style="max-height: 60px; max-width: 80px;">
|
style="max-height: 60px; max-width: 80px;">
|
||||||
</div>
|
</div>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|||||||
Reference in New Issue
Block a user