diff --git a/app/org_eleicoes/votepeloclima/candidature/templates/candidature/candidate_profile.html b/app/org_eleicoes/votepeloclima/candidature/templates/candidature/candidate_profile.html index 9da4e53f..b38ab3a7 100644 --- a/app/org_eleicoes/votepeloclima/candidature/templates/candidature/candidate_profile.html +++ b/app/org_eleicoes/votepeloclima/candidature/templates/candidature/candidate_profile.html @@ -10,14 +10,14 @@ {% block content %}
-
+
{% if candidature.photo %}
Foto de {{ candidature.ballot_name }}
{% endif %}
-
+

{{ candidature.get_city_display }} - {{ candidature.get_state_display }}

@@ -35,7 +35,7 @@

{{ candidature.ballot_name }} | {{ candidatur
{{ candidature.get_intended_position_display }} {{ candidature.get_political_party_display }} - {% if candidature.primary %} + {% if candidature.is_collective_mandate %} Mandato Coletivo {% endif %}
@@ -102,7 +102,7 @@

Histórico de atuação

O que {{ candidature.ballot_name }} tem a dizer

-
+
@@ -138,7 +138,7 @@

O que esperar de {{ candidature.b
-
+

Compartilhe nas redes sociais @@ -150,22 +150,22 @@

Compartilhe nas redes sociais

-
+

Compartilhe em:

- + WhatsApp - + Twitter - + LinkedIn - + Facebook @@ -180,6 +180,6 @@

Compartilhe nas redes sociais {% endblock %} {% block footer_js %} - - + + {% endblock %} diff --git a/app/org_eleicoes/votepeloclima/candidature/templates/candidature/captcha.html b/app/org_eleicoes/votepeloclima/candidature/templates/candidature/captcha.html index c592898d..718b6399 100644 --- a/app/org_eleicoes/votepeloclima/candidature/templates/candidature/captcha.html +++ b/app/org_eleicoes/votepeloclima/candidature/templates/candidature/captcha.html @@ -13,7 +13,7 @@

Vamos começar?

{% block form_fields %}{% endblock %} {% block form_actions %} -
+
{% crispy wizard.form %}
diff --git a/app/org_eleicoes/votepeloclima/static/imgs/logo-votepeloclima-lg.svg b/app/org_eleicoes/votepeloclima/static/imgs/logo-footer.svg similarity index 100% rename from app/org_eleicoes/votepeloclima/static/imgs/logo-votepeloclima-lg.svg rename to app/org_eleicoes/votepeloclima/static/imgs/logo-footer.svg diff --git a/app/org_eleicoes/votepeloclima/static/scss/custom.scss b/app/org_eleicoes/votepeloclima/static/scss/custom.scss index 58437778..06d30547 100644 --- a/app/org_eleicoes/votepeloclima/static/scss/custom.scss +++ b/app/org_eleicoes/votepeloclima/static/scss/custom.scss @@ -160,15 +160,18 @@ legend.form-label { } // Perfil da Candidatura - @media (min-width: 1200px) { .candidature-profile-photo { margin-right: 2.5rem; } } +.candidature-video { + max-height: 600px; +} + #carouselControls { .carousel-item > div { min-height: 230px; } -} \ No newline at end of file +} diff --git a/app/org_eleicoes/votepeloclima/templates/votepeloclima/base.html b/app/org_eleicoes/votepeloclima/templates/votepeloclima/base.html index a5dd59d6..377c0e75 100644 --- a/app/org_eleicoes/votepeloclima/templates/votepeloclima/base.html +++ b/app/org_eleicoes/votepeloclima/templates/votepeloclima/base.html @@ -16,7 +16,7 @@