From 1b881df7b060e8628d35effdbbc5e18244ebba2c Mon Sep 17 00:00:00 2001 From: dddooo9 Date: Sun, 29 Aug 2021 01:39:04 +0900 Subject: [PATCH] error fix --- groups/templates/groups/main.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/groups/templates/groups/main.html b/groups/templates/groups/main.html index 45afe71..d5eba66 100644 --- a/groups/templates/groups/main.html +++ b/groups/templates/groups/main.html @@ -179,7 +179,7 @@

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

{% for member in goal.member.all %} {% if request.user == goal.manager %}   {{member}} + onclick="return confirm('정말로 팀원을 퇴장시키겠습니까?😥')">  {{member}} {% else %} {{member}} {% endif %} @@ -196,7 +196,7 @@

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

  • 인증날짜{{ certify.created }}
  • {% if goal.certify_method == 'image' %} {% if certify.image %} - image + image {% endif %} {% elif goal.certify_method == 'text' %}
  • 인증내용{{ certify.text }}