From d390cc8ef922b6551a2f2d89e1a2579d7bd1b9ff Mon Sep 17 00:00:00 2001 From: miguelzinh3 Date: Wed, 9 Oct 2024 03:03:19 -0300 Subject: [PATCH] hotfix(vote): add candidate profile title page and change register done email subject --- .../candidature/templates/candidature/candidate_profile.html | 5 +++++ .../templates/candidature/emails/register_done_subject.txt | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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 513fe987..81e96d9e 100644 --- a/app/org_eleicoes/votepeloclima/candidature/templates/candidature/candidate_profile.html +++ b/app/org_eleicoes/votepeloclima/candidature/templates/candidature/candidate_profile.html @@ -1,6 +1,11 @@ {% extends "votepeloclima/base.html" %} {% load static crispy_forms_filters social_media_tags thumbnail %} +{% block meta %} +{{ block.super }} + {{ page_title }} - Vote Pelo Clima +{% endblock %} + {% block head_css %} {{ block.super }} diff --git a/app/org_eleicoes/votepeloclima/candidature/templates/candidature/emails/register_done_subject.txt b/app/org_eleicoes/votepeloclima/candidature/templates/candidature/emails/register_done_subject.txt index b4856091..159d78d0 100644 --- a/app/org_eleicoes/votepeloclima/candidature/templates/candidature/emails/register_done_subject.txt +++ b/app/org_eleicoes/votepeloclima/candidature/templates/candidature/emails/register_done_subject.txt @@ -1 +1 @@ -Bem-vindo(a) ao Vote Pelo Clima 🪴 \ No newline at end of file +Seu cadastro foi concluído! 🪴 \ No newline at end of file