diff --git a/tutorials/07-templatetags.rst b/tutorials/07-templatetags.rst index f7d0776..1cb4bef 100644 --- a/tutorials/07-templatetags.rst +++ b/tutorials/07-templatetags.rst @@ -98,7 +98,7 @@ Then modify our second column to use our ``entry_history`` template tag: {% entry_history %} -Reload the homepage and make sure our dummy text appears. +Restart the server and make sure our dummy text appears. Make it work