Statistics
| Branch: | Tag: | Revision:

root / snf-astakos-app / astakos / im / templates / im / footer.html @ 0f4a8a68

History | View | Annotate | Download (293 Bytes)

1
{% block footer_content %}
2
<div class="clearfix">
3
    <p class="termslink" style="float:right"><a href="{% url latest_terms %}">Terms of use</a></p>
4
    <p>Copyright 2011-2012 <a href="http://www.grnet.gr" alt="GRNET S.A.">GRNET S.A.</a> All rights reserved.</li></p>
5
</div>
6
{% endblock %}
7
 
8