From 320f2f5b39ea30c5f6cd1f337a9fbb257f67392d Mon Sep 17 00:00:00 2001 From: yoneyan Date: Tue, 17 Sep 2024 03:31:23 +0900 Subject: [PATCH] =?UTF-8?q?#43=20=E6=96=87=E8=A8=80=E3=81=AE=E4=BF=AE?= =?UTF-8?q?=E6=AD=A3.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- custom_auth/views.py | 1 - dsbd/templates/payment/payment.html | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/custom_auth/views.py b/custom_auth/views.py index 7e74174..74d0f06 100644 --- a/custom_auth/views.py +++ b/custom_auth/views.py @@ -237,7 +237,6 @@ def group_payment(request, group_id: int): return redirect(reverse("custom_auth_group:payment", args=[group_id])) context = { - "name": "会費のお支払い", "prices": prices, "group": user_group.group, "is_expired": is_expired, diff --git a/dsbd/templates/payment/payment.html b/dsbd/templates/payment/payment.html index 8b4902b..550f01c 100644 --- a/dsbd/templates/payment/payment.html +++ b/dsbd/templates/payment/payment.html @@ -4,7 +4,7 @@
-

{{ name }}

+

会費のお支払い


会員種別: {{ group.get_membership_type_display }}
{% if group.membership_expired_at and is_expired %}