Skip to content

Commit

Permalink
fix broken link; bug 568088
Browse files Browse the repository at this point in the history
  • Loading branch information
clouserw committed Jun 8, 2010
1 parent 9eb6c12 commit 91eca50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/addons/templates/addons/personas_detail.html
Expand Up @@ -87,7 +87,7 @@ <h3>{{ _('More {0} Personas')|f(categories[0].name) }}</h3>
{% endfor %}
</div>
{# L10n: {0} is a category name, such as Nature #}
<a href="TODO" class="more-link">{{ _('See all {0} Personas')|f(categories[0].name) }}</a>
<a href="{{ categories[0].get_url_path() }}" class="more-link">{{ _('See all {0} Personas')|f(categories[0].name) }}</a>
</div>
{% endif %}
{% endcache %}
Expand Down

0 comments on commit 91eca50

Please sign in to comment.