Skip to content

Commit

Permalink
[#307] Fix About translation in footer
Browse files Browse the repository at this point in the history
  • Loading branch information
amercader authored and tobes committed Mar 7, 2013
1 parent 7782b49 commit deed24f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ckan/templates/footer.html
Expand Up @@ -6,7 +6,7 @@
<ul class="unstyled row-fluid">
{% block footer_links %}
{% set api_url = 'http://docs.ckan.org/{0}/{1}/api.html'.format(request.environ.CKAN_LANG, g.ckan_doc_version) %}
<li><a href="{{ h.url_for(controller='home', action='about') }}">{{ _('About {0}'.format( 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="{{ api_url }}">{{ _('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 deed24f

Please sign in to comment.