Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
lingthio committed Jun 10, 2014
1 parent 5bf9a55 commit 396b1ec
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions docs/source/recipes_multi_email_app.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion flask_user/templates/flask_user/emails/base_subject.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Flask-User {% block subject %}{% endblock %}
Flask-User: {% block subject %}{% endblock %}

0 comments on commit 396b1ec

Please sign in to comment.