Skip to content

Commit

Permalink
Trim trailing whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
treyhunner committed Nov 8, 2014
1 parent 083ffd6 commit 2562010
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tutorials/03-views.rst
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ Now inform Django of this new ``templates`` directory by adding this at the bott
# Template files
# https://docs.djangoproject.com/en/1.7/topics/templates/
TEMPLATE_DIRS = (
os.path.join(BASE_DIR, 'templates'),
)
Expand Down

0 comments on commit 2562010

Please sign in to comment.