From: Michael Tremer Date: Wed, 14 Nov 2012 19:36:44 +0000 (+0100) Subject: register: Update layout. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7829daed6e978de526229956e33378a5a04ff2d9;p=pbs.git register: Update layout. --- diff --git a/data/templates/register.html b/data/templates/register.html index 1aaa2ba6..6d5a822f 100644 --- a/data/templates/register.html +++ b/data/templates/register.html @@ -1,4 +1,4 @@ -{% extends "base-form1.html" %} +{% extends "base.html" %} {% block title %}{{ _("Register a new account") }}{% end block %} @@ -14,103 +14,81 @@ -
-
-

- {{ _("Signing up to the Pakfire Build Service is free.") }} -

+
+ {% raw xsrf_form_html() %} -

- {{ _("Please make sure you have read the guide about what Pakfire Build Service is, and what it is not:") }} + {{ _("Registration form") }} - - {{ _("What is the Pakfire Build Service?") }} - -

-
-
+
+
+ +
+ + +

+ {{ _("Must be a unique name you login with.") }} +

+
+
+ +
+ +
+ -
-
- - {% raw xsrf_form_html() %} - - {{ _("Registration form") }} - -
-
- -
- - -

- {{ _("Must be a unique name you login with.") }} -

-
-
- -
- -
- - -

- {{ _("Type in your email address, which is used to verify the account.") }} -

-
-
- -
- -
- - -

- {{ _("Type you firstname and your lastname here.") }} -

-
-
-
- -
- {{ _("Account security") }} - -
- -
- - -

- {{ _("The password is used to secure the login and must be at least 8 characters.") }} -

-
-
- -
- -
- - -

- {{ _("You are responsible for your account security!") }} -
- {{ _("Pick a password that is as strong as possible.") }} - {{ _("Don't login at unsecure places where people could spy on your password.") }} -

-
-
-
- -
- +

+ {{ _("Type in your email address, which is used to verify the account.") }} +

- +
+ +
+ +
+ + +

+ {{ _("Type you firstname and your lastname here.") }} +

+
+
+
+ +
+ {{ _("Account security") }} + +
+ +
+ + +

+ {{ _("The password is used to secure the login and must be at least 8 characters.") }} +

+
+
+ +
+ +
+ + +

+ {{ _("Pick a password that is as strong as possible.") }} + {{ _("Don't login at unsecure places where people could spy on your password.") }} +

+
+
+
+ +
+
- + {% end block %}