Files @ 754e96dca011
Branch filter:

Location: symposion_app/symposion_project/templates/_footer.html

Luke Hatcher
update box templates
1
2
3
4
5
6
7
8
{% load i18n %}
<footer class="footer">
    <a href="http://pinax.github.com/symposion/"><b>Symposion</b></a>:
    a Pinax project sponsored by
    <a href="http://eldarion.com/">Eldarion</a>
    and the
    <a href="http://www.python.org/psf/">Python Software Foundation</a>.
</footer>