From c6fdd0d7fbb379f819cccbbce16e600860109734 Mon Sep 17 00:00:00 2001 From: fbormann Date: Wed, 19 Oct 2016 16:40:33 -0300 Subject: [PATCH] centralized login form on login page #209 --- core/static/css/base/amadeus.css | 9 ++++++++- core/static/css/base/header.css | 1 - core/templates/create_account.html | 180 ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ core/templates/index.html | 26 +++++++++++--------------- 4 files changed, 19 insertions(+), 197 deletions(-) delete mode 100644 core/templates/create_account.html diff --git a/core/static/css/base/amadeus.css b/core/static/css/base/amadeus.css index 558b19f..18e28ed 100644 --- a/core/static/css/base/amadeus.css +++ b/core/static/css/base/amadeus.css @@ -337,4 +337,11 @@ ul, li { .icon_edit_remove{ float: right; -} \ No newline at end of file +} + + +/* core/index.html classes*/ + +.logo-login{ + margin-top: 15px; + margin-bottom: 15px; \ No newline at end of file diff --git a/core/static/css/base/header.css b/core/static/css/base/header.css index c337f9f..ac9aa2b 100644 --- a/core/static/css/base/header.css +++ b/core/static/css/base/header.css @@ -41,4 +41,3 @@ font-size: 20px; } - diff --git a/core/templates/create_account.html b/core/templates/create_account.html deleted file mode 100644 index bdaa41d..0000000 --- a/core/templates/create_account.html +++ /dev/null @@ -1,180 +0,0 @@ - -{% load static %} - - - - - - - - - - - - - - - - Projeto Amadeus - - - - - - - - - - - - - - - - - -
-
-
-
-
-
-
 
Entrar
-
- - -
-
-
- - - - - - - - -
- - O Projeto -  |  - Grupo CCTE -
-
-

Nova conta

-
-
- -
-
-
- -
-
-
-
-
- -
Nome completo
-
-
Seu nome completo
-
E-mail
-
-
Seu endereço de e-mail (exemplo@mail.com)
-
Login
-
-
Seu login
-
Senha
-
-
Sua senha (mínimo de 4 caracteres)
-
Confirmação de senha
-
-
Confirme sua senha
-
-

  • Todos os campos são de preenchimento obrigatório
-
- - -
-
-
- -
- - - - - - -
-
Copyright Amadeus. Todos os direitos reservados
-
- -
- - diff --git a/core/templates/index.html b/core/templates/index.html index 4ae76a0..ee4b5b7 100644 --- a/core/templates/index.html +++ b/core/templates/index.html @@ -10,20 +10,19 @@ {% endblock sidebar %} {% block content %} -
-
-
-
-
-
- logo amadeus -
-
+
+
+
+ + + +
-
-
+
+
{% if messages %} {% for message in messages %} #} - {#
#}
- {#
#}
{% trans 'Sign Up' %}
-
+ {% endblock%} -- libgit2 0.21.2