Skip to content
This repository has been archived by the owner on Oct 30, 2018. It is now read-only.

Commit

Permalink
Merge pull request #135 from glogiotatidis/1135114
Browse files Browse the repository at this point in the history
 [fix bug 1135114] Localize child.title.
  • Loading branch information
jgmize committed Feb 20, 2015
2 parents c45238e + 5e86e04 commit fdadebe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion masterfirefoxos/base/templates/home.html
Expand Up @@ -42,7 +42,7 @@ <h2 class="site-logo">

{% for child in feincms_page.get_children().filter(active=True, in_navigation=True) %}
<div class="home-entry">
<h2>{{ child.title }}</h2>
<h2>{{ _(child.title) }}</h2>

{{ render_region(child, "homepage", request) }}

Expand Down

0 comments on commit fdadebe

Please sign in to comment.