From c55993fe883b282b7f39916902d1930cbd8a9e12 Mon Sep 17 00:00:00 2001 From: Matt Wright Date: Wed, 22 Aug 2012 17:25:40 -0400 Subject: [PATCH] Update docs --- docs/customizing.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/customizing.rst b/docs/customizing.rst index ba7c857..d10a522 100644 --- a/docs/customizing.rst +++ b/docs/customizing.rst @@ -85,7 +85,8 @@ Overriding these templates is simple: Each template is passed a template context object that includes values for any links that are required in the email. If you require more values in the -templates you can specify an email context processor. For example:: +templates you can specify an email context processor with the +``email_context_processor`` decorator. For example:: security = Security(app, user_datastore)