updated templates
This commit is contained in:
parent
4b87c51251
commit
303877add6
2 changed files with 5 additions and 3 deletions
|
@ -1,4 +1,8 @@
|
|||
{% load i18n %}
|
||||
<div class="legal">
|
||||
{% trans "© 2012 <your company here>" %}
|
||||
<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>.
|
||||
</div>
|
|
@ -8,9 +8,7 @@
|
|||
{% endblock %}
|
||||
|
||||
{% block footer %}
|
||||
<div class="legal">
|
||||
{% include "_footer.html" %}
|
||||
</div>
|
||||
{% endblock %}
|
||||
|
||||
{% block extra_body_base %}
|
||||
|
|
Loading…
Reference in a new issue