Files @ 8cb9a41f410a
Branch filter:

Location: symposion_app/symposion_project/templates/_footer.html

James Tauber
first pass at result notification prepare template
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>