From 61d1aa04d8d44b17bfe6dace90088669fc6c3df8 Mon Sep 17 00:00:00 2001 From: Kyle McFarland Date: Wed, 31 Jan 2018 00:51:07 -0600 Subject: Initial import * Registration system's almost done * Just part way through implementing tasks So not much done yet, but it's a start. --- tmpl/register.tmpl | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 tmpl/register.tmpl (limited to 'tmpl/register.tmpl') diff --git a/tmpl/register.tmpl b/tmpl/register.tmpl new file mode 100644 index 0000000..f0878e9 --- /dev/null +++ b/tmpl/register.tmpl @@ -0,0 +1,30 @@ +{% extends "base.tmpl" %} + +{% block title %}Register{% endblock %} + +{% block body_js %} + + {{- parent() }} +{% endblock %} + +{% block page_contents %} +
+

Register for basic membership here

+

+

this doesn't register you as a full member, you have to confirm your email address and start Contributing first

+
+
+
+
Username*
+
+
Email Address *
+
+
Password *
+
+
Full Name
+
+
+
+
+
+{% endblock %} -- cgit v1.1