From f3e82f233c89d5626a93e2b1f17a0bd8232f8647 Mon Sep 17 00:00:00 2001 From: Evgeny Fadeev Date: Mon, 10 Jan 2011 20:46:41 -0500 Subject: fixed subject line for the account recovery message --- askbot/deps/django_authopenid/views.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/askbot/deps/django_authopenid/views.py b/askbot/deps/django_authopenid/views.py index 623eb74f..bc7fba68 100644 --- a/askbot/deps/django_authopenid/views.py +++ b/askbot/deps/django_authopenid/views.py @@ -989,7 +989,7 @@ def _send_email_key(user): """private function. sends email containing validation key to user's email address """ - subject = _("Email verification subject line") + subject = _("Recover your %(site)s account") % {'site': askbot_settings.APP_SHORT_NAME} message_template = ENV.get_template('authopenid/email_validation.txt') import settings message_context = Context({ -- cgit v1.2.3-1-g7c22