Skip to content

Commit

Permalink
hotfix(vote): add candidate profile title page and change register do…
Browse files Browse the repository at this point in the history
…ne email subject
  • Loading branch information
miguelzinh3 committed Oct 9, 2024
1 parent e16b13f commit d390cc8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
{% extends "votepeloclima/base.html" %}
{% load static crispy_forms_filters social_media_tags thumbnail %}

{% block meta %}
{{ block.super }}
<title>{{ page_title }} - Vote Pelo Clima</title>
{% endblock %}

{% block head_css %}
{{ block.super }}
<link rel="stylesheet" href="{% static 'css/icons.css' %}">
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Bem-vindo(a) ao Vote Pelo Clima 🪴
Seu cadastro foi concluído! 🪴

0 comments on commit d390cc8

Please sign in to comment.