diff --git a/public/templates/test/register/default.tpl b/public/templates/test/register/default.tpl new file mode 100644 index 00000000..ba8f58e6 --- /dev/null +++ b/public/templates/test/register/default.tpl @@ -0,0 +1,38 @@ +
+

Register new account

+
+
+ +{if $smarty.request.token|default:""} + ยง +{/if} + +
+ + +
+
+ + + + +
+
+ + + + +
+
+ + (4 digit number. Remember this pin!) +
+ {nocache}{$RECAPTCHA|default:""}{/nocache} + +
+
+
diff --git a/public/templates/test/register/disabled.tpl b/public/templates/test/register/disabled.tpl new file mode 100644 index 00000000..fec01255 --- /dev/null +++ b/public/templates/test/register/disabled.tpl @@ -0,0 +1 @@ +

We are currently not accepting new user registrations.

diff --git a/public/templates/test/register/register/empty.tpl b/public/templates/test/register/register/empty.tpl new file mode 100644 index 00000000..e69de29b