From e6fd389836a6b51d9c24a9ddebe123a04c8a134b Mon Sep 17 00:00:00 2001 From: Chris Date: Sat, 31 Dec 2016 22:08:36 +0000 Subject: [PATCH] Fix stupid file naming --- .../login/{email_signuped.tem => email_signedup.tem} | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) rename templates/default/login/{email_signuped.tem => email_signedup.tem} (50%) diff --git a/templates/default/login/email_signuped.tem b/templates/default/login/email_signedup.tem similarity index 50% rename from templates/default/login/email_signuped.tem rename to templates/default/login/email_signedup.tem index 66eab24..3a91200 100644 --- a/templates/default/login/email_signuped.tem +++ b/templates/default/login/email_signedup.tem @@ -1,19 +1,19 @@ -{L_LOGIN_REG_GREETING}, +{L_LOGIN_SIGNUP_GREETING}, -{L_LOGIN_REG_CREATED} +{L_LOGIN_SIGNUP_CREATED} {L_LOGIN_USERNAME}: %(username)s {L_LOGIN_PASSWORD}: %(password)s -{L_LOGIN_REG_ACTNEEDED} +{L_LOGIN_SIGNUP_ACTNEEDED} %(act_url)s -{L_LOGIN_REG_ALTACT} +{L_LOGIN_SIGNUP_ALTACT} %(act_form)s %(act_code)s -{L_LOGIN_REG_ENJOY} +{L_LOGIN_SIGNUP_ENJOY} -- {L_EMAIL_SIG}