summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--TODO.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/TODO.txt b/TODO.txt
index 5b8429d4d..2414658d2 100644
--- a/TODO.txt
+++ b/TODO.txt
@@ -27,6 +27,10 @@ Must-Have (before 1.0)
Should-Have
-----------
+- Convert paster template and tutorial HTML templates to use
+ ``request.static_url('{{package}}:static/foo.css') rather than
+ ``${request.application_url}/static/foo.css``.
+
- Add notes about renderer response attrs to request docs.
- Add an example of using a cascade to serve static assets from the root.