force Manage Subscription button

This commit is contained in:
matty 2024-04-02 15:24:26 -04:00
parent 5822ced6af
commit 18ead8b027
1 changed files with 2 additions and 2 deletions

View File

@ -69,7 +69,7 @@ async function showPage({ rootEl, peertubeHelpers }) {
<h4><i>NCTV also offers cryptocurrency subscriptions for media storage. Contact Matty on <a href="https://nicecrew.digital/@matty" target="_blank">NCD</a>, <a href="https://matrix.to/#/@matty:chat.nicecrew.digital" target="_blank">Matrix</a>, or via <a href="mailto:matty@nicecrew.digital">email</a>.</i></h4>
</div>
${session_id ? `
<div class="mt-5">
<form method="POST" action="#" id="formManageSub">
<input type="hidden" id="session-id" name="session_id" value="${session_id}" />
@ -77,7 +77,7 @@ async function showPage({ rootEl, peertubeHelpers }) {
</form>
</div>
` : ""}
${sub_plan ? `
<p><i><b>${await translate("Your current plan")}</b>: ${sub_plan.name}, ${currency}${sub_plan.price} /${await peertubeHelpers.translate("month")}, ${sub_plan.storage} ${await peertubeHelpers.translate("GB Storage")}</i></p>