dynamicweb/datacenterlight/templates/datacenterlight/emails/base_email_datacenterlight.html

7 lines
186 B
HTML
Raw Normal View History

{% extends "datacenterlight/emails/base_email.html" %}
{% load static from staticfiles %}
{% load i18n %}
{% block email_tail %}
{% trans 'Your Data Center Light Team' %}
{% endblock %}