From 949cc05b82375be84384d151ff597a88797ad68a Mon Sep 17 00:00:00 2001 From: alice Date: Wed, 22 Sep 2021 18:18:00 +0200 Subject: [PATCH] fix missing cancel link --- templates/lambdainst/account.html | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/lambdainst/account.html b/templates/lambdainst/account.html index 313eb7d..3569f40 100644 --- a/templates/lambdainst/account.html +++ b/templates/lambdainst/account.html @@ -38,6 +38,7 @@ FAILING since {{since}}. ({{backend}})
Please cancel and subscribe again if you need to switch to another payment method. {% endblocktrans %} + ({% trans "cancel" %}) {% elif subscription.status == 'active' %} {% blocktrans trimmed with until=subscription.next_renew|default:user.vpnuser.expiration|date:'Y-m-d' backend=subscription.backend.backend_verbose_name %} ACTIVE. Renews on {{until}} via {{backend}}.