mirror of https://github.com/zulip/zulip.git
emails: Fix base image variable in demo org owner email confirmation.
This commit is contained in:
parent
e5da17459d
commit
c9e3ed22a4
|
@ -1,7 +1,7 @@
|
|||
{% extends "zerver/emails/email_base_default.html" %}
|
||||
|
||||
{% block illustration %}
|
||||
<img src="{{ email_images_base_uri }}/email_logo.png" alt=""/>
|
||||
<img src="{{ email_images_base_url }}/email_logo.png" alt=""/>
|
||||
{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
|
|
Loading…
Reference in New Issue