We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b87c51 commit 303877aCopy full SHA for 303877a
symposion/templates/_footer.html
@@ -1,4 +1,8 @@
1
{% load i18n %}
2
<div class="legal">
3
- {% trans "© 2012 <your company here>" %}
+ <a href="http://pinax.github.com/symposion/"><b>symposion</b></a>:
4
+ a Pinax project sponsored by
5
+ <a href="http://eldarion.com/">Eldarion</a>
6
+ and the
7
+ <a href="http://www.python.org/psf/">Python Software Foundation</a>.
8
</div>
symposion/templates/site_base.html
@@ -8,9 +8,7 @@
{% endblock %}
9
10
{% block footer %}
11
-<div class="legal">
12
{% include "_footer.html" %}
13
-</div>
14
15
16
{% block extra_body_base %}
0 commit comments