initial commit

This commit is contained in:
2025-08-28 15:22:46 +05:30
parent 2d0bbe73bd
commit 0c838571a2
2 changed files with 1 additions and 1 deletions
Binary file not shown.
@@ -116,7 +116,7 @@
{% if issue.photo %}
<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;">
</div>
{% endif %}