From 24ceece62d618d35b8394b797f88da7f5445bea6 Mon Sep 17 00:00:00 2001 From: LV-426 Date: Sun, 8 Feb 2015 18:37:33 +0200 Subject: user_signup.scss: user_signup page basic styling --- res/templates/user_signup.html | 94 ++++-------------------------------------- 1 file changed, 9 insertions(+), 85 deletions(-) (limited to 'res/templates') diff --git a/res/templates/user_signup.html b/res/templates/user_signup.html index fe72270a..596f64b3 100644 --- a/res/templates/user_signup.html +++ b/res/templates/user_signup.html @@ -1,88 +1,12 @@ -{% extends "base.html" %} -{% block title %}Rhizi - Sign up{% endblock %} -{% block head %} -{{ super() }} - - - -{% endblock %} -{% block content %} +{% extends "base.html" %} {% block title %}Rhizi - Sign up{% endblock %} +{% block head %} {{ super() }} + + +{% endblock %} {% block content %}

Sign up

{% if 'activation_success' == state %} -- cgit v1.3.1