From e844c6317164192b60ed80ebb4445cee59cad4c1 Mon Sep 17 00:00:00 2001 From: Piotr Mitros Date: Thu, 9 Feb 2012 20:55:38 -0500 Subject: [PATCH] Minor tweaks to e-mail templates --- activation_email_subject.txt | 2 +- registration/activation_email.txt | 6 ------ registration/activation_email_subject.txt | 1 - 3 files changed, 1 insertion(+), 8 deletions(-) delete mode 100644 registration/activation_email.txt delete mode 100644 registration/activation_email_subject.txt diff --git a/activation_email_subject.txt b/activation_email_subject.txt index bbe04cd341..00231fa8b1 100644 --- a/activation_email_subject.txt +++ b/activation_email_subject.txt @@ -1 +1 @@ -Your account for MIT's on-line 6.002 +Your account for MITx's on-line 6.002 diff --git a/registration/activation_email.txt b/registration/activation_email.txt deleted file mode 100644 index b594cd22d3..0000000000 --- a/registration/activation_email.txt +++ /dev/null @@ -1,6 +0,0 @@ -{% load humanize %} -Someone, hopefully you, signed up for a new account at djangoproject.com using this email address. If it was you, and you'd like to activate and use your account, click the link below or copy and paste it into your web browser's address bar: - -http://127.0.0.1:8000/accounts/activate/{{ activation_key }}/ - -If you didn't request this, you don't need to do anything; you won't receive any more email from us, and the account will expire automatically in {{ expiration_days|apnumber }} days. diff --git a/registration/activation_email_subject.txt b/registration/activation_email_subject.txt deleted file mode 100644 index 8ec5ec4413..0000000000 --- a/registration/activation_email_subject.txt +++ /dev/null @@ -1 +0,0 @@ -Activate your djangoproject.com account - you have {{ expiration_days }} days!