password reset pages use Django templates, not Mako
This commit is contained in:
@@ -44,7 +44,7 @@
|
||||
<header class="global">
|
||||
<nav>
|
||||
<h1 class="logo">
|
||||
<a href="{{MKTG_URL_ROOT}}"><img src="${static.url('images/header-logo.png')}"></a>
|
||||
<a href="{{MKTG_URL_ROOT}}"><img src="{% static 'images/header-logo.png' %}"></a>
|
||||
</h1>
|
||||
</nav>
|
||||
</header>
|
||||
|
||||
@@ -48,7 +48,7 @@
|
||||
<header class="global">
|
||||
<nav>
|
||||
<h1 class="logo">
|
||||
<a href="{{MKTG_URL_ROOT}}"><img src="${static.url('images/header-logo.png')}"></a>
|
||||
<a href="{{MKTG_URL_ROOT}}"><img src="{% static 'images/header-logo.png' %}"></a>
|
||||
</h1>
|
||||
</nav>
|
||||
</header>
|
||||
|
||||
Reference in New Issue
Block a user