Skip to content

Commit

Permalink
Merge 9fc0373 into 8adbebe
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Güttler committed Mar 3, 2020
2 parents 8adbebe + 9fc0373 commit b5597a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/source/tags.rst
Expand Up @@ -3,7 +3,7 @@ SiteTree template tags

To use template tags available in SiteTree you should add **{% load sitetree %}** tag to the top of chosen template.

Tree tag argument (part in double quotes, following '**from**' word) of SiteTree tags should containt tree alias.
Tree tag argument (part in double quotes, following '**from**' word) of SiteTree tags should contain the tree alias.

**Hints:**

Expand Down Expand Up @@ -196,4 +196,4 @@ DEFAULT: True

There are some rare occasions when you want to turn off errors that are thrown by sitetree even during debug.

Setting SITETREE_RAISE_ITEMS_ERRORS_ON_DEBUG = False will turn them off.
Setting SITETREE_RAISE_ITEMS_ERRORS_ON_DEBUG = False will turn them off.

0 comments on commit b5597a1

Please sign in to comment.