From 4796517cdbae2c045aaedb2f1f8289ce3452baed Mon Sep 17 00:00:00 2001 From: Will Abbott Date: Fri, 6 Dec 2024 13:25:00 +0000 Subject: [PATCH] minor wording change --- docs/docs_project/docs_project/templates/quickstart.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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`)