From a68038b3bbee71311feb64c7036ee5bf8dc6037c Mon Sep 17 00:00:00 2001 From: LV-426 Date: Tue, 10 Feb 2015 17:22:09 +0200 Subject: reuse background image style with signup page --- res/templates/user_signup.html | 21 +++++++++++++++------ 1 file changed, 15 insertions(+), 6 deletions(-) (limited to 'res/templates') diff --git a/res/templates/user_signup.html b/res/templates/user_signup.html index c8e776fe..26f3daf4 100644 --- a/res/templates/user_signup.html +++ b/res/templates/user_signup.html @@ -1,11 +1,20 @@ {% extends "base.html" %} {% block title %}Rhizi - Sign up{% endblock %} {% block head %} {{ super() }} - - + + + + {% endblock %} {% block content %}

Sign up

-- cgit v1.3.1