Skip to content

Commit

Permalink
Update 07-templatetags.rst
Browse files Browse the repository at this point in the history
Line 101, we need to restart the server, not just reload the page, or Django will throw a TemplateSyntaxError saying that 'blog_tags' is not a valid tag library.
  • Loading branch information
ashoofly committed Dec 19, 2014
1 parent 9f32426 commit c5387f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tutorials/07-templatetags.rst
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ Then modify our second column to use our ``entry_history`` template tag:
{% entry_history %}
</div>

Reload the homepage and make sure our dummy text appears.
Restart the server and make sure our dummy text appears.


Make it work
Expand Down

0 comments on commit c5387f1

Please sign in to comment.