Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
SJLEE316 committed Aug 28, 2021
1 parent 6446976 commit cc2bfbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion groups/templates/groups/main.html
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ <h2>{{dates|index_1:0}} ~ {{dates|index_1:29}}</h2>
<li>인증날짜<span>{{ certify.created }}</span></li>
{% if goal.certify_method == 'image' %}
{% if certify.image %}
<img src="{{ certify.image.url }}" alt="image" width="200px" height="200px">
<img src="{{ certify.image.url }}" alt="image" width=auto height="200px">
{% endif %}
{% elif goal.certify_method == 'text' %}
<li>인증내용<span>{{ certify.text }}</span></li>
Expand Down

0 comments on commit cc2bfbd

Please sign in to comment.