mirror of https://github.com/zulip/zulip.git
send_custom_email: Commit the base template.
This should have been included in
e266fb4343
.
This commit is contained in:
parent
f83871c182
commit
73cb03b1ea
|
@ -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 %}
|
Loading…
Reference in New Issue