From 7af7584d25f48309a70083c30805ebb8454611f0 Mon Sep 17 00:00:00 2001 From: Unknwon Date: Sat, 9 Aug 2014 21:02:00 -0700 Subject: Finish new reset password, etc. --- templates/.brackets.json | 5 ---- templates/home.tmpl | 3 ++- templates/user/activate.tmpl | 43 +++++++++++++++++--------------- templates/user/forgot_passwd.tmpl | 52 +++++++++++++++++++-------------------- templates/user/reset_passwd.tmpl | 39 ++++++++++++++--------------- templates/user/signin.tmpl | 22 ++++++++--------- templates/user/signup.tmpl | 32 ++++++++++++------------ 7 files changed, 97 insertions(+), 99 deletions(-) delete mode 100644 templates/.brackets.json (limited to 'templates') diff --git a/templates/.brackets.json b/templates/.brackets.json deleted file mode 100644 index f358faa6..00000000 --- a/templates/.brackets.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "language.fileExtensions": { - "tmpl": "html" - } -} \ No newline at end of file diff --git a/templates/home.tmpl b/templates/home.tmpl index 47d1e690..a0dd408f 100644 --- a/templates/home.tmpl +++ b/templates/home.tmpl @@ -1,4 +1,5 @@ -{{template "ng/base/head" .}} {{template "ng/base/header" .}} +{{template "ng/base/head" .}} +{{template "ng/base/header" .}}