Preserve existing translation

This commit is contained in:
Christopher Allan Webber 2012-03-14 12:44:19 -05:00
parent ff6933fa4c
commit e5fce8a50c

View File

@ -81,8 +81,11 @@
</div>
{% block mediagoblin_footer %}
<footer>
{% trans -%}
Powered by <a href="http://mediagoblin.org">MediaGoblin</a>, a <a href="http://gnu.org/">GNU</a> project.
{%- endtrans %}
<br />
{% trans source_link=app_config['source_link'] -%}
Powered by <a href="http://mediagoblin.org">MediaGoblin</a>, a <a href="http://gnu.org/">GNU</a> project.<br />
Released under the <a href="http://www.fsf.org/licensing/licenses/agpl-3.0.html">AGPL</a>. (<a href="{{ source_link }}">sourcecode</a>)
{%- endtrans %}
</footer>