Skip to content

Commit

Permalink
i18n tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
johnmartin authored and tobes committed Feb 15, 2013
1 parent c1aaa47 commit efe49b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ckan/templates/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
{% block footer_nav %}
<ul class="unstyled row-fluid">
{% block footer_links %}
<li><a href="{{ h.url_for(controller='home', action='about') }}">{{ _('About') }} {{ g.site_title }}</a></li>
<li><a href="{{ h.url_for(controller='home', action='about') }}">{{ _('About {0}'.format( g.site_title)) }}</a></li>
<li><a href="http://docs.ckan.org/en/latest/api.html">CKAN API</a></li>
<li><a href="http://www.opendefinition.org/okd/"><img src="http://assets.okfn.org/images/ok_buttons/od_80x15_blue.png"></a></li>
<li><a href="http://www.okfn.org/">{{ _('Open Knowledge Foundation') }}</a></li>
Expand Down

0 comments on commit efe49b3

Please sign in to comment.