mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 21:13:36 +00:00
emails: Fix base image variable in demo org owner email confirmation.
This commit is contained in:
committed by
Tim Abbott
parent
e5da17459d
commit
c9e3ed22a4
@@ -1,7 +1,7 @@
|
|||||||
{% extends "zerver/emails/email_base_default.html" %}
|
{% extends "zerver/emails/email_base_default.html" %}
|
||||||
|
|
||||||
{% block illustration %}
|
{% block illustration %}
|
||||||
<img src="{{ email_images_base_uri }}/email_logo.png" alt=""/>
|
<img src="{{ email_images_base_url }}/email_logo.png" alt=""/>
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
||||||
{% block content %}
|
{% block content %}
|
||||||
|
|||||||
Reference in New Issue
Block a user