templates: Use static() helper to generate /static/ URLs.

This commit is contained in:
Alex Vandiver
2023-01-24 23:08:42 +00:00
committed by Alex Vandiver
parent 10b1e11410
commit c24bd07b76
31 changed files with 117 additions and 117 deletions

View File

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