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/validate.tmpl | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 tmpl/validate.tmpl (limited to 'tmpl/validate.tmpl') diff --git a/tmpl/validate.tmpl b/tmpl/validate.tmpl new file mode 100644 index 0000000..ae32718 --- /dev/null +++ b/tmpl/validate.tmpl @@ -0,0 +1,19 @@ +{% extends "base.tmpl" %} + +{% block title %}Validate Email{% endblock %} + +{% block page_contents %} +
+

Validate Email Address

+

+

If for whatever reason you can't click on the link in the email you can manually enter your username and the validation code here to validate your email address, the validation code is everything to the right of vcode= (excluding the '=') in the url

+
+
+
+
Username
+
+
Validation Code
+
+
+
+{% endblock %} -- cgit v1.1