Skip to content
This repository was archived by the owner on Apr 21, 2025. It is now read-only.

Commit bfaa509

Browse files
committed
improve image display
1 parent fa3664c commit bfaa509

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cat_bacon/templates/image.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ <h1>{{ image.prompt }}</h1>
1414
{% if image.file_path %}
1515
<img src="{% static image.file_path %}" alt="{{ image.prompt }}">
1616
{% else %}
17-
<!-- <img src="{{ image.url }}" alt="{{ image.prompt }}">-->
17+
<img src="{{ image.url }}" alt="{{ image.prompt }}">
1818
{% endif %}
1919
{% endblock %}

0 commit comments

Comments
 (0)