Skip to content

Commit

Permalink
Correct the template reference
Browse files Browse the repository at this point in the history
  • Loading branch information
jveski committed Dec 15, 2023
1 parent d7aab95 commit 31dab68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/widget-payment.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ <h4>Membership Status: <span class="label label-default">Canceled</span></h4>
{{- else if .user.ActivePayment }}
<h4>Membership Status: <span class="label label-default">Active</span></h4>
You're signed up to pay membership dues {{ if .Annual }}yearly{{ else }}monthly{{ end }}.
{{ if .user.paidUntil }} Your next payment will be due on {{ .user.paidUntil }}{{ end }}
{{ if .paidUntil }} Your next payment will be due on {{ .paidUntil }}{{ end }}
<span id="periodEnd"></span>
{{- else }}
<h4>Membership Status: <span class="label label-default">Inactive</span></h4>
Expand Down

0 comments on commit 31dab68

Please sign in to comment.