From 9412c4300fad0101f3cb335af480613e0b1dbf03 Mon Sep 17 00:00:00 2001 From: hyeoneedyou Date: Tue, 31 Aug 2021 15:38:47 +0900 Subject: [PATCH 1/2] fix: Show figure --- groups/templates/groups/show_certify.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/groups/templates/groups/show_certify.html b/groups/templates/groups/show_certify.html index c101c42..4f30ac0 100644 --- a/groups/templates/groups/show_certify.html +++ b/groups/templates/groups/show_certify.html @@ -18,7 +18,7 @@

인증열람

{% elif goal.certify_method == 'text' %}
  • 인증내용{{ certify.text }}
  • {% else %} -
  • 인증수치{{ certify.value }}
  • +
  • 인증수치{{ certify.figure }}
  • {% endif %} {% endfor %} From 8bda6e91a34b5c16b6d452a91e309a3adcc51da4 Mon Sep 17 00:00:00 2001 From: hyeoneedyou Date: Tue, 31 Aug 2021 15:46:43 +0900 Subject: [PATCH 2/2] fix: Show figure --- groups/templates/groups/main.html | 2 +- groups/templates/groups/show_certify.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/groups/templates/groups/main.html b/groups/templates/groups/main.html index 45afe71..b212135 100644 --- a/groups/templates/groups/main.html +++ b/groups/templates/groups/main.html @@ -201,7 +201,7 @@

    {{dates|index_1:0}} ~ {{dates|index_1:29}}

    {% elif goal.certify_method == 'text' %}
  • 인증내용{{ certify.text }}
  • {% else %} -
  • 인증수치{{ certify.value }}
  • +
  • 인증수치{{ certify.figure }}
  • {% endif %} {% endfor %} diff --git a/groups/templates/groups/show_certify.html b/groups/templates/groups/show_certify.html index 4f30ac0..c101c42 100644 --- a/groups/templates/groups/show_certify.html +++ b/groups/templates/groups/show_certify.html @@ -18,7 +18,7 @@

    인증열람

    {% elif goal.certify_method == 'text' %}
  • 인증내용{{ certify.text }}
  • {% else %} -
  • 인증수치{{ certify.figure }}
  • +
  • 인증수치{{ certify.value }}
  • {% endif %} {% endfor %}