diff options
author | René 'Necoro' Neumann <necoro@necoro.net> | 2009-11-26 01:09:35 +0100 |
---|---|---|
committer | René 'Necoro' Neumann <necoro@necoro.net> | 2009-11-26 01:09:35 +0100 |
commit | 69fa28031dc8e3c73fc6114552c2139e6dac6672 (patch) | |
tree | e8463b4d6d7b209ff5a0600394c3d97823db80a2 /templates | |
parent | 54e99bd780bc46ef38a6840eb0ea5a0a8a73e1c9 (diff) | |
download | web-69fa28031dc8e3c73fc6114552c2139e6dac6672.tar.gz web-69fa28031dc8e3c73fc6114552c2139e6dac6672.tar.bz2 web-69fa28031dc8e3c73fc6114552c2139e6dac6672.zip |
Memory caching is of no use and just makes problems.
This reverts commit 54e99bd780bc46ef38a6840eb0ea5a0a8a73e1c9.
Diffstat (limited to '')
-rw-r--r-- | templates/pages/development.mako | 2 | ||||
-rw-r--r-- | templates/root.mako | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/templates/pages/development.mako b/templates/pages/development.mako index 3913aee..20fc521 100644 --- a/templates/pages/development.mako +++ b/templates/pages/development.mako @@ -3,5 +3,5 @@ %> <%inherit file="/page.mako" /> <p> -Developers, Developers, Developers and such +Developers, Developers, Developers </p> diff --git a/templates/root.mako b/templates/root.mako index 0dd667d..e625d88 100644 --- a/templates/root.mako +++ b/templates/root.mako @@ -1,4 +1,3 @@ -<%page cached="True" cache_key="${self.filename}" /> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> |