emails: Fix base image variable in demo org owner email confirmation.

This commit is contained in:
Lauryn Menard 2023-09-26 20:03:54 +02:00 committed by Tim Abbott
parent e5da17459d
commit c9e3ed22a4
1 changed files with 1 additions and 1 deletions

View File

@ -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 %}