This commit is contained in:
adueck 2022-10-15 10:15:38 +05:00
parent 846b3dc661
commit f21a9515f4
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@
<% } %>
<% if (user.tester && user.level === "student" && user.subscription) { %>
<p>Current subscription: <% if (user.subscription.metadata.cycle === "monthly") { %>$1/month<% } else { %>$10/year<% } %></p>
<p><a onclick="handleDowngrade">Downgrade</a> your account to cancel your subscription</p>
<p><a href="#" onclick="handleDowngrade()">Downgrade</a> your account to cancel your subscription</p>
<% } %>
<% if (user.email) { %>
<h4 class="mt-3 mb-3">Password <i class="fas fa-key ml-2"></i></h4>