From b4e625edcd2f81ae2a57d158d3b6920ca5f46818 Mon Sep 17 00:00:00 2001 From: Alon Levy Date: Wed, 27 May 2015 09:16:09 +0300 Subject: remove all custom files, will be updated externally --- res/local/template.d/user_signup.html | 98 +++++++++++++++++++++++++++++++++++ 1 file changed, 98 insertions(+) create mode 100644 res/local/template.d/user_signup.html (limited to 'res/local/template.d/user_signup.html') diff --git a/res/local/template.d/user_signup.html b/res/local/template.d/user_signup.html new file mode 100644 index 00000000..93589d86 --- /dev/null +++ b/res/local/template.d/user_signup.html @@ -0,0 +1,98 @@ +{% extends "base.html" %} {% block title %}Rhizi - Sign up{% endblock %} +{% block head %} {{ super() }} + + + + +{% endblock %} {% block content %} +
+ + + {% if 'activation_success' == state %} +
+

+ Congratulations! your account has been activated.
Please + head over to the login page to access + your account. +

+
+ {% elif 'activation_failure' == state %} +
+

Activation failure,
please try again later.

+
+ {% else %} + +
+{% endblock %} -- cgit v1.3.1