mirror of https://github.com/zulip/zulip.git
13 lines
301 B
HTML
13 lines
301 B
HTML
{% extends "zerver/emails/compiled/email_base_default.html" %}
|
|
|
|
{% block illustration %}
|
|
<img src="{{ email_images_base_uri }}/email_logo.png" alt=""/>
|
|
{% endblock %}
|
|
|
|
{% block content %}
|
|
|
|
{# Note: The below code is substituted by `manage.py send_custom_email` #}
|
|
{{ rendered_input }}
|
|
|
|
{% endblock %}
|