diff --git a/applications/examples/controllers/default.py b/applications/examples/controllers/default.py index f06eca62..9f41403f 100644 --- a/applications/examples/controllers/default.py +++ b/applications/examples/controllers/default.py @@ -10,7 +10,7 @@ session.forget() cache_expire = not request.is_local and 300 or 0 -@cache.action(time_expire=300, cache_model=cache.ram, quick='P') +#@cache.action(time_expire=300, cache_model=cache.ram, quick='P') def index(): return response.render() diff --git a/applications/examples/views/default/index.html b/applications/examples/views/default/index.html index dffa86ce..023197d2 100644 --- a/applications/examples/views/default/index.html +++ b/applications/examples/views/default/index.html @@ -64,8 +64,3 @@ -
-
- -
-
diff --git a/applications/examples/views/layout.html b/applications/examples/views/layout.html index ceec4141..2f8eacde 100644 --- a/applications/examples/views/layout.html +++ b/applications/examples/views/layout.html @@ -51,6 +51,14 @@
{{block right_sidebar}}{{end}}
{{pass}} +
+ + + + + + +