Skip to content

Commit

Permalink
Merge pull request daldal-Mango#44 from hyeoneedyou/main
Browse files Browse the repository at this point in the history
인증 수치
  • Loading branch information
hyeoneedyou authored Aug 31, 2021
2 parents 54512b4 + 8bda6e9 commit c7a13c3
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 @@ -207,7 +207,7 @@ <h2>{{dates|index_1:0}} ~ {{dates|index_1:29}}</h2>
{% elif goal.certify_method == 'text' %}
<li>인증내용<span>{{ certify.text }}</span></li>
{% else %}
<li>인증수치<span>{{ certify.value }}</span></li>
<li>인증수치<span>{{ certify.figure }}</span></li>
{% endif %}
</ul>
{% endfor %}
Expand Down

0 comments on commit c7a13c3

Please sign in to comment.