diff --git a/docs/docs_project/docs_project/templates/quickstart.html b/docs/docs_project/docs_project/templates/quickstart.html index b905492..c97d841 100644 --- a/docs/docs_project/docs_project/templates/quickstart.html +++ b/docs/docs_project/docs_project/templates/quickstart.html @@ -83,7 +83,7 @@

Templates location

  • App level - You can place your cotton folder in any of your installed app folders, like:
    [project]/[app]/templates/cotton/row.html
  • Project root - You can place your cotton folder in a project level templates directory, like:
    [project]/templates/cotton/row.html
    - (where the [project] depends on the `BASE_DIR` or `COTTON_BASE_DIR` settings) + ([project] location is provided by `BASE_DIR` if present or you may set it with `COTTON_BASE_DIR`)