diff --git a/groups/templates/groups/main.html b/groups/templates/groups/main.html index 2bc3c8e..5cd25c5 100644 --- a/groups/templates/groups/main.html +++ b/groups/templates/groups/main.html @@ -96,6 +96,7 @@

참여인원: {{ member_count }}

{{ goal.name }}

하루 {{ goal.goal_page }}페이지 독서하기

--> + {% if 30 >= start_days %}
시작
{{ start_days }}
일째 @@ -107,6 +108,11 @@

하루 {{ goal.goal_page }}페이지 독서하기

성공
{{ success_days }}
일째
+ {% else %} +
+

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

+
+ {% endif %}
@@ -191,9 +197,11 @@

여기

+ {% if 30 >= start_days %}
인증하기
+ {% endif %}