From 692d530b9348ea7192d4d2773609cbb03979245a Mon Sep 17 00:00:00 2001 From: LV-426 Date: Sun, 1 Feb 2015 19:15:04 +0200 Subject: user_signup template: misc --- res/templates/user_signup.html | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/res/templates/user_signup.html b/res/templates/user_signup.html index b210a3ea..927c60a4 100644 --- a/res/templates/user_signup.html +++ b/res/templates/user_signup.html @@ -1,6 +1,7 @@ -{% extends "base.html" %} {% block title %}Rhizi - User Signup{% -endblock %} {% block head %} {{ super() }} - +{% extends "base.html" %} +{% block title %}Rhizi - Sign up{% endblock %} +{% block head %} +{{ super() }} @@ -139,7 +140,8 @@ endblock %} {% block head %} {{ super() }} vertical-align: middle; } -{% endblock %} {% block content %} +{% endblock %} +{% block content %}

Sign up

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