aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJef van Schendel <mail@jefvanschendel.nl>2012-03-16 23:05:30 +0100
committerJef van Schendel <mail@jefvanschendel.nl>2012-03-16 23:05:30 +0100
commit7e5a5acd5aa4737f64b82eb41ef214a473c5cde2 (patch)
tree5f42a906c5bfca745bf81ab29a5bfa99ef4f9dd5
parent07163593ee29b60b688205af14433588e42c6498 (diff)
downloadmediagoblin-7e5a5acd5aa4737f64b82eb41ef214a473c5cde2.tar.lz
mediagoblin-7e5a5acd5aa4737f64b82eb41ef214a473c5cde2.tar.xz
mediagoblin-7e5a5acd5aa4737f64b82eb41ef214a473c5cde2.zip
Small formatting changes to footer text.
-rw-r--r--mediagoblin/templates/mediagoblin/base.html6
1 files changed, 1 insertions, 5 deletions
diff --git a/mediagoblin/templates/mediagoblin/base.html b/mediagoblin/templates/mediagoblin/base.html
index 08eca836..174fb3fd 100644
--- a/mediagoblin/templates/mediagoblin/base.html
+++ b/mediagoblin/templates/mediagoblin/base.html
@@ -81,12 +81,8 @@
</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'] -%}
- Released under the <a href="http://www.fsf.org/licensing/licenses/agpl-3.0.html">AGPL</a>. (<a href="{{ source_link }}">sourcecode</a>)
+ Powered by <a href="http://mediagoblin.org">MediaGoblin</a>, a <a href="http://gnu.org/">GNU</a> project. Released under the <a href="http://www.fsf.org/licensing/licenses/agpl-3.0.html">AGPL</a>. <a href="{{ source_link }}">Source code</a> available.
{%- endtrans %}
</footer>
{% endblock mediagoblin_footer %}