Skip to content

Commit

Permalink
feat(vote): removed unneceesary code
Browse files Browse the repository at this point in the history
  • Loading branch information
sergiomario committed Sep 3, 2024
1 parent 7003da9 commit e664db9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
{% load static crispy_forms_filters social_share %}

{% block content %}
<div class="container mx-auto py-5" id="dashboard" data-slug="{{candidature.slug}}">
<div class="container mx-auto py-5">
<div class="d-flex justify-content-between">
<div class="d-flex flex-column align-items-start" style="max-width:758px;">
<h1 class="fw-bold text-uppercase text-secondary">Olá, {{ request.user.first_name }}!</h1>
Expand Down

0 comments on commit e664db9

Please sign in to comment.