From 140b6845eb7eed74b4d63cbda4ad2c2afdfd65d4 Mon Sep 17 00:00:00 2001 From: LV-426 Date: Tue, 5 May 2015 20:50:02 +0300 Subject: relocating domain fragments (slated to move again soon) --- res/template.d/user_signup.html | 98 ----------------------------------------- 1 file changed, 98 deletions(-) delete mode 100644 res/template.d/user_signup.html (limited to 'res/template.d/user_signup.html') diff --git a/res/template.d/user_signup.html b/res/template.d/user_signup.html deleted file mode 100644 index 93589d86..00000000 --- a/res/template.d/user_signup.html +++ /dev/null @@ -1,98 +0,0 @@ -{% 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