Add page for confirming knoxfs trials
This commit is contained in:
@@ -4,8 +4,9 @@
|
||||
{{template "meta_tags" "Buckets"}}
|
||||
{{template "user_style" .}}
|
||||
<script>window.api_endpoint = '{{.APIEndpoint}}';</script>
|
||||
<link rel='stylesheet' href='/res/svelte/user_buckets.css'>
|
||||
<script defer src='/res/svelte/user_buckets.js'></script>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
{{template "page_top" .}}
|
||||
<h1>My Buckets</h1>
|
||||
@@ -13,9 +14,6 @@
|
||||
|
||||
{{template "page_bottom" .}}
|
||||
{{template "analytics"}}
|
||||
|
||||
<link rel='stylesheet' href='/res/svelte/user_buckets.css'>
|
||||
<script defer src='/res/svelte/user_buckets.js'></script>
|
||||
</body>
|
||||
</html>
|
||||
{{end}}
|
||||
|
@@ -19,7 +19,7 @@
|
||||
<li>E-mail address: {{.User.Email}}</li>
|
||||
<li>
|
||||
Supporter level: {{.User.Subscription.Name}}
|
||||
{{if ne .User.Subscription.ID ""}}
|
||||
{{if eq .User.Subscription.Type "patreon"}}
|
||||
(<a href="https://www.patreon.com/join/pixeldrain/checkout?edit=1">Manage subscription</a>)
|
||||
{{end}}
|
||||
<ul>
|
||||
|
Reference in New Issue
Block a user