templates: use html body_base in html template (#54044)

This commit is contained in:
Benjamin Dauvergne 2021-05-17 18:31:46 +02:00
parent 204e987f55
commit 384404003c
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
{% extends "emails/body_base.txt" %}
{% extends "emails/body_base.html" %}
{% load humanize %}
{% block content %}