Skip to content

Commit

Permalink
#43 文言の修正.
Browse files Browse the repository at this point in the history
  • Loading branch information
yoneyan committed Sep 16, 2024
1 parent 0e280e9 commit 320f2f5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion custom_auth/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
2 changes: 1 addition & 1 deletion dsbd/templates/payment/payment.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<div class="row">
<div class="container py-4 mb-auto">
<div class="h-900 p-2 rounded-3">
<h2 class="card-title">{{ name }}</h2>
<h2 class="card-title">会費のお支払い</h2>
<br/>
<h5>会員種別: {{ group.get_membership_type_display }}</h5>
{% if group.membership_expired_at and is_expired %}
Expand Down

0 comments on commit 320f2f5

Please sign in to comment.