From 7e1a89acf2cb370ebd72098f19fa2f43a0438a43 Mon Sep 17 00:00:00 2001 From: Matheus Lins Date: Sat, 10 Sep 2016 03:17:29 -0300 Subject: [PATCH] editing user profile --- users/templates/users/profile.html | 120 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-------------------- 1 file changed, 100 insertions(+), 20 deletions(-) diff --git a/users/templates/users/profile.html b/users/templates/users/profile.html index c8ba94c..6e62189 100644 --- a/users/templates/users/profile.html +++ b/users/templates/users/profile.html @@ -23,27 +23,107 @@ {% block content %}
-
- +
+
+ logo amadeus
-
-

{{ user }}

- {% if user.type_profile %}{{ user.get_type_profile_display }}{% else %} - {% trans 'Administrator' %} {% endif %} - {{ user.get_gender_display }} - {{ user.city }} / {{ user.state }} -

- {% trans 'Mail:' %} {{ user.email }} -

-

- {% trans 'Phone:' %} {{ user.phone }} -

-

- {% trans 'Cpf' %}: {{ user.cpf }} -

-

- {% trans 'Birth date' %}: {{ user.birth_date }} -

+
+
+
+
+
+
+
+
+ foto perfil +
+
+ + + + + + + + + + + + + + + + + + + +
Status:Offline
Nome:{{user}}
Login:{{user.username}}
Email:{{user.email}}
+
+
+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Tipo de usuário:{{use.type_profile}}
CPF:{{user.cpf}}
Número de telefone:{{user.phone}}
Sexo:{{user.gender}}
Data de Nascimento:{{user.birth_date}}
Estado e Cidade:{{user.state}} - {{user.city}}
Titulação:Mestrado
Ano:2012
Instituição:UFPE
Currículo:-
+
+
+
+
+ + +
+ +
+
+
{% endblock %} -- libgit2 0.21.2