Skip to content

Commit 4b5fe49

Browse files
committed
Fix footer licensing link for non-responsive pages
1 parent a3590bf commit 4b5fe49

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bedrock/base/templates/base.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ <h2><a href="{{ url('mozorg.home') }}"><img src="{{ MEDIA_URL }}img/sandstone/he
7676

7777
<div class="footer-license">
7878
<p>
79-
{% trans url='/foundation/licensing/website-content.html' %}
79+
{% trans url=url('foundation.licensing.website-content') %}
8080
Portions of this content are ©1998–{{ current_year }} by individual
8181
mozilla.org contributors. Content available under
8282
a <a href="{{ url }}">Creative Commons license</a>.

0 commit comments

Comments
 (0)