Skip to content

Commit 303877a

Browse files
committed
updated templates
1 parent 4b87c51 commit 303877a

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

symposion/templates/_footer.html

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
{% load i18n %}
22
<div class="legal">
3-
{% trans "&copy; 2012 &lt;your company here&gt;" %}
3+
<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>.
48
</div>

symposion/templates/site_base.html

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,7 @@
88
{% endblock %}
99

1010
{% block footer %}
11-
<div class="legal">
1211
{% include "_footer.html" %}
13-
</div>
1412
{% endblock %}
1513

1614
{% block extra_body_base %}

0 commit comments

Comments
 (0)