diff --git a/autenticacao/templates/cadastro.html b/autenticacao/templates/cadastro.html index 1fd6db5..8fba747 100644 --- a/autenticacao/templates/cadastro.html +++ b/autenticacao/templates/cadastro.html @@ -1,15 +1,12 @@ {% extends 'base.html' %} {% load static %} - {% block 'head' %} {% endblock %} - {% block 'body' %}
{% csrf_token %} - {% if messages %} {% for message in messages %}
@@ -17,7 +14,6 @@
{% endfor %} {% endif %} -

INSCREVA-SE


Nome de usuário: diff --git a/autenticacao/templates/logar.html b/autenticacao/templates/logar.html index ab16910..d5d2e43 100644 --- a/autenticacao/templates/logar.html +++ b/autenticacao/templates/logar.html @@ -1,15 +1,12 @@ {% extends 'base.html' %} {% load static %} - {% block 'head' %} {% endblock %} - {% block 'body' %}
{% csrf_token %} - {% if messages %} {% for message in messages %}
@@ -17,7 +14,6 @@
{% endfor %} {% endif %} -

LOGAR


Nome de usuário: diff --git a/autenticacao/templates/password_reset_complete.html b/autenticacao/templates/password_reset_complete.html index 518dcd6..cd2652e 100644 --- a/autenticacao/templates/password_reset_complete.html +++ b/autenticacao/templates/password_reset_complete.html @@ -1,3 +1,2 @@ Sua senha foi resetada com sucesso - CLIQUE AQUI para acessar sua conta. \ No newline at end of file diff --git a/jobs/templates/encontrar_jobs.html b/jobs/templates/encontrar_jobs.html index abbe057..78b3eb2 100644 --- a/jobs/templates/encontrar_jobs.html +++ b/jobs/templates/encontrar_jobs.html @@ -1,10 +1,8 @@ {% extends 'base.html' %} {% load static %} - {% block 'head' %} {% endblock %} - {% block 'body' %}

@@ -36,7 +34,6 @@

JOB’S EM ABERTO:

- {% for job in jobs %}
@@ -76,7 +73,6 @@

{{ job.titulo }}

- {% endfor %} -
{% endblock %} \ No newline at end of file diff --git a/jobs/templates/perfil.html b/jobs/templates/perfil.html index 77fd2de..32e54ef 100644 --- a/jobs/templates/perfil.html +++ b/jobs/templates/perfil.html @@ -1,16 +1,13 @@ {% extends 'base.html' %} {% load static %} - {% block 'head' %} {% endblock %} - {% block 'body' %}

- {% if messages %} {% for message in messages %}
@@ -18,7 +15,6 @@
{% endfor %} {% endif %} -
{% csrf_token %} @@ -52,7 +48,6 @@

Histórico

- {% for job in jobs %} @@ -78,7 +73,6 @@

Histórico

{% endif %} - {% if job.status == "C" %} {% endif %} {% endfor %} -
diff --git a/templates/base.html b/templates/base.html index 696c5df..92a8ab4 100644 --- a/templates/base.html +++ b/templates/base.html @@ -4,13 +4,10 @@ - {% block 'head' %} {% endblock %} - {% block 'title' %}{% endblock %} - - {% if user.is_authenticated %}
{% endif %} - {% block 'body' %} {% endblock %} -