From 396b1ec97ef867ad19b09b3070aea9237d206f4d Mon Sep 17 00:00:00 2001 From: Ling Thio Date: Tue, 10 Jun 2014 13:13:07 -0700 Subject: [PATCH] docs --- docs/source/recipes_multi_email_app.rst | 6 +++--- flask_user/templates/flask_user/emails/base_subject.txt | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/source/recipes_multi_email_app.rst b/docs/source/recipes_multi_email_app.rst index 972a70f2..c090df59 100644 --- a/docs/source/recipes_multi_email_app.rst +++ b/docs/source/recipes_multi_email_app.rst @@ -29,9 +29,9 @@ Highlighted code shows what was added to the Minimal App. :linenos: :emphasize-lines: 61-62, 65-72, 79, 104-105 -Run the Basic App ------------------ -Run the Basic App with the following command:: +Run the Multi Email App +----------------------- +Run the Multi Email App with the following command:: cd ~/dev/example python multi_email_app.py diff --git a/flask_user/templates/flask_user/emails/base_subject.txt b/flask_user/templates/flask_user/emails/base_subject.txt index bfb54900..8c9ee645 100644 --- a/flask_user/templates/flask_user/emails/base_subject.txt +++ b/flask_user/templates/flask_user/emails/base_subject.txt @@ -1 +1 @@ -Flask-User {% block subject %}{% endblock %} \ No newline at end of file +Flask-User: {% block subject %}{% endblock %} \ No newline at end of file