Revision
174
Author
misc
Date
2010-12-16 02:18:53 +0100 (Thu, 16 Dec 2010)

Log Message

- remove duplicate macro, already in pre

Modified Paths

Modified: identity/CatDap/trunk/root/register/index.tt
===================================================================
--- identity/CatDap/trunk/root/register/index.tt	2010-12-16 00:34:47 UTC (rev 173)
+++ identity/CatDap/trunk/root/register/index.tt	2010-12-16 01:18:53 UTC (rev 174)
@@ -1,6 +1,3 @@
-[% MACRO l(text, args) BLOCK;
-    c.localize(text, args);
-END; %]
 
 
 <h2>[% l('Register') %]</h2>

Modified: identity/CatDap/trunk/root/template/wrapper
===================================================================
--- identity/CatDap/trunk/root/template/wrapper	2010-12-16 00:34:47 UTC (rev 173)
+++ identity/CatDap/trunk/root/template/wrapper	2010-12-16 01:18:53 UTC (rev 174)
@@ -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;