initial commit

This commit is contained in:
2025-08-28 15:11:40 +05:30
parent 70ae15064c
commit 2d0bbe73bd
3 changed files with 4 additions and 4 deletions
@@ -116,7 +116,7 @@
{% if issue.photo %}
<div class="ms-3">
<img src="{{ issue.photo.url }}" alt="Issue photo" class="img-fluid rounded"
<img src="{{ issue.photo }}" alt="Issue photo" class="img-fluid rounded"
style="max-height: 60px; max-width: 80px;">
</div>
{% endif %}