text changes to registration mail content
[namibia] / public / templates / page / terms_and_conditions.js
1 var template_terms_and_conditions = function( static )
2 {
3         this.static = static;
4         this.elements = {};
5         this.construct = function()
6         {
7                 //alert('Hi there, we now do event registrations, etc');
8         };
9         this.destruct = function()
10         {
11                 //alert('Hi there, removing bindings, etc');
12         };
13 };