Projet

Général

Profil

0001-templates-use-html-body_base-in-html-template-54044.patch

Benjamin Dauvergne, 17 mai 2021 18:33

Télécharger (769 octets)

Voir les différences:

Subject: [PATCH] templates: use html body_base in html template (#54044)

 templates/authentic2/unused_account_delete_body.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
templates/authentic2/unused_account_delete_body.html
1
{% extends "emails/body_base.txt" %}
1
{% extends "emails/body_base.html" %}
2 2
{% load humanize %}
3 3

  
4 4
{% block content %}
5
-