diff --git a/res/include/md/subscribe.md b/res/include/md/subscribe.md index 125732d..e106f34 100644 --- a/res/include/md/subscribe.md +++ b/res/include/md/subscribe.md @@ -63,6 +63,6 @@ See our subscription plans on Patreon {{end}} -After ordering I will add the subscription to your pixeldrain account. This can -take a few hours depending on how busy I am at that moment. This part will soon -be automated. +After ordering you will receive an e-mail with a link to activate your +subscription. The subscription will be linked to the pixeldrain account you're +currently loggin into. diff --git a/res/template/account/patreon_confirm.html b/res/template/account/patreon_confirm.html deleted file mode 100644 index 6e00006..0000000 --- a/res/template/account/patreon_confirm.html +++ /dev/null @@ -1,37 +0,0 @@ -{{define "patreon_confirm"}} - - - {{template "meta_tags" "E-mail verification"}} - {{template "user_style" .}} - - - {{template "page_top" .}} - -
-
- {{if eq .Other "success"}} -

Success!

-

- Your account's e-mail address has been updated. -

- {{else if eq .Other "not_found"}} -

E-mail change failed

-

- This e-mail change request does not exist or has expired. - Please try again if you still want to change your e-mail - address. -

- {{else}} -

Error

-

- Something went wrong while processing this request. Please - try again later. -

- {{end}} -
-
- {{template "page_bottom" .}} - {{template "analytics"}} - - -{{end}} diff --git a/res/template/text_editor.html b/res/template/text_editor.html index 01ccde1..471914d 100644 --- a/res/template/text_editor.html +++ b/res/template/text_editor.html @@ -95,6 +95,10 @@ let editor = new Behave({ textarea: document.getElementById("textarea"), + autoStrip: false, + autoOpen: false, + overwrite: false, + autoIndent: false, replaceTab: true, softTabs: false, tabSize: 8