summaryrefslogtreecommitdiff
path: root/src/templates/pages/newaccount.html.ftl
diff options
context:
space:
mode:
Diffstat (limited to 'src/templates/pages/newaccount.html.ftl')
-rw-r--r--src/templates/pages/newaccount.html.ftl27
1 files changed, 0 insertions, 27 deletions
diff --git a/src/templates/pages/newaccount.html.ftl b/src/templates/pages/newaccount.html.ftl
deleted file mode 100644
index edfd196..0000000
--- a/src/templates/pages/newaccount.html.ftl
+++ /dev/null
@@ -1,27 +0,0 @@
-<#include "/macros/common.ftl">
-<#include "/macros/common-page.ftl">
-
-<@commonpage>
- <#if errorMessage??>
- <@noticebox class="visible">
- ${errorMessage?html}
- </@noticebox>
- <#else>
- <@noticebox>
- </@noticebox>
- </#if>
-
- <@content>
- <p>
- Fill out the form below to create a new Puyallup Foursquare InFellowship account.
- </p>
- <form action="${dynamicRoot}/newaccount.html" method="post">
- <p><label for="firstnameField">First Name:</label> <input id="firstnameField" type="text" name="firstname" /></p>
- <p><label for="lastnameField">Last Name:</label> <input id="lastnameField" type="text" name="lastname" /></p>
- <p><label for="emailField">Email:</label> <input id="emailField" type="text" name="email" /></p>
- <p><input type="submit" value="Create Account" /></p>
- </form>
- </@content>
-</@commonpage>
-
-