aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--root/register/index.tt3
-rw-r--r--root/template/wrapper3
2 files changed, 0 insertions, 6 deletions
diff --git a/root/register/index.tt b/root/register/index.tt
index c4301be..fc56692 100644
--- a/root/register/index.tt
+++ b/root/register/index.tt
@@ -1,6 +1,3 @@
-[% MACRO l(text, args) BLOCK;
- c.localize(text, args);
-END; %]
<h2>[% l('Register') %]</h2>
diff --git a/root/template/wrapper b/root/template/wrapper
index 710f019..cd6c06f 100644
--- a/root/template/wrapper
+++ b/root/template/wrapper
@@ -1,6 +1,3 @@
-[%- MACRO l(text, args) BLOCK;
- c.localize(text, args);
-END; -%]
[%- IF template.name.match('\.(css|js|txt)');
debug("Passing page through as text: $template.name");
content;