From aef79b242fe346ee40e3ece5b5599cadb10e1dba Mon Sep 17 00:00:00 2001 From: Igor dos Santos Date: Thu, 26 Sep 2024 09:24:35 -0300 Subject: [PATCH] fix(vote): add load static to password reset done template --- .../votepeloclima/templates/oauth/password_reset_done.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/org_eleicoes/votepeloclima/templates/oauth/password_reset_done.html b/app/org_eleicoes/votepeloclima/templates/oauth/password_reset_done.html index a332838a..7aa29cbd 100644 --- a/app/org_eleicoes/votepeloclima/templates/oauth/password_reset_done.html +++ b/app/org_eleicoes/votepeloclima/templates/oauth/password_reset_done.html @@ -1,5 +1,5 @@ {% extends 'votepeloclima/base.html' %} -{% load crispy_forms_filters %} +{% load crispy_forms_filters static %} {% block content %}