mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 04:52:12 +00:00
templates: Use static() helper to generate /static/ URLs.
This commit is contained in:
committed by
Alex Vandiver
parent
10b1e11410
commit
c24bd07b76
@@ -7,7 +7,7 @@
|
||||
{% block portico_content %}
|
||||
<div class="error_page">
|
||||
<div class="container row-fluid">
|
||||
<img src="/static/images/errors/500art.svg" alt=""/>
|
||||
<img src="{{ static('images/errors/500art.svg') }}" alt=""/>
|
||||
<div class="errorbox">
|
||||
<div class="errorcontent">
|
||||
<h1 class="lead">{{ _("Whoops. The confirmation link is malformed.") }}</h1>
|
||||
|
Reference in New Issue
Block a user