send_custom_email: Commit the base template.

This should have been included in
e266fb4343.
This commit is contained in:
Tim Abbott 2019-11-18 17:27:12 -08:00
parent f83871c182
commit 73cb03b1ea
1 changed files with 12 additions and 0 deletions

View File

@ -0,0 +1,12 @@
{% extends "zerver/emails/compiled/email_base_default.html" %}
{% block illustration %}
<img src="{{ email_images_base_uri }}/email_logo.png" alt="{{ _('Zulip logo') }}"/>
{% endblock %}
{% block content %}
{# Note: The below code is substituted by `manage.py send_custom_email` #}
{{ rendered_input }}
{% endblock %}