mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
dont show generic error message on subscriptions if they are part of a group
This commit is contained in:
parent
7fdb8009a0
commit
993c5bcee7
1 changed files with 2 additions and 1 deletions
|
@ -62,7 +62,8 @@ block content
|
|||
p !{translate("your_subscription_has_expired")}
|
||||
a(href="/user/subscription/plans") !{translate("create_new_subscription")}
|
||||
default
|
||||
p !{translate("problem_with_subscription_contact_us")}
|
||||
-if(groups.length == 0)
|
||||
p !{translate("problem_with_subscription_contact_us")}
|
||||
|
||||
-if(subscription.groupPlan)
|
||||
a(href="/subscription/group").btn.btn-success !{translate("manage_group")}
|
||||
|
|
Loading…
Reference in a new issue