More broken links
This commit is contained in:
@@ -129,8 +129,8 @@ const update_example = () => {
|
|||||||
Pro account. You can use this to directly embed a video player,
|
Pro account. You can use this to directly embed a video player,
|
||||||
audio player, photo element or a download button in your site. Make
|
audio player, photo element or a download button in your site. Make
|
||||||
sure you have bandwidth sharing enabled on your
|
sure you have bandwidth sharing enabled on your
|
||||||
<a href="/user/subscription">subscription page</a> or the embed will
|
<a href="/user/sharing/bandwidth">sharing settings page</a> or the
|
||||||
not work.
|
embed will not work.
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
<div class="tab_bar">
|
<div class="tab_bar">
|
||||||
|
@@ -205,7 +205,7 @@ func (wc *WebController) couponForm(td *TemplateData, r *http.Request) (f Form)
|
|||||||
DefaultValue: "",
|
DefaultValue: "",
|
||||||
Description: `When redeeming this coupon code the value will be ` +
|
Description: `When redeeming this coupon code the value will be ` +
|
||||||
`added to your pixeldrain account. Go to the ` +
|
`added to your pixeldrain account. Go to the ` +
|
||||||
`<a href="/user/subscription" target="_blank">subscription page</a> ` +
|
`<a href="/user/prepaid/subscriptions" target="_blank">subscription page</a> ` +
|
||||||
`afterwards to activate your subscription.`,
|
`afterwards to activate your subscription.`,
|
||||||
Type: FieldTypeDescription,
|
Type: FieldTypeDescription,
|
||||||
}, {
|
}, {
|
||||||
@@ -243,7 +243,7 @@ func (wc *WebController) couponForm(td *TemplateData, r *http.Request) (f Form)
|
|||||||
f.SubmitSuccess = true
|
f.SubmitSuccess = true
|
||||||
f.SubmitMessages = []template.HTML{template.HTML(
|
f.SubmitMessages = []template.HTML{template.HTML(
|
||||||
`Success! Your account credit has been increased. Visit the ` +
|
`Success! Your account credit has been increased. Visit the ` +
|
||||||
`<a href="/user/subscription">subscription page</a> to ` +
|
`<a href="/user/prepaid/subscriptions">subscription page</a> to ` +
|
||||||
`activate your subscription`,
|
`activate your subscription`,
|
||||||
)}
|
)}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user