summaryrefslogtreecommitdiff
path: root/templates/base.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/base.html')
-rw-r--r--templates/base.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/templates/base.html b/templates/base.html
index 191d95d..da27cd2 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -25,7 +25,9 @@
<div id="content">
{% block content %}{% endblock %}
</div>
+ {% block footer %}
<div id='footer'>{% trans "This site uses Chimère"%} - Copyright © 2008 <a href='http://redmine.peacefrogs.net/projects/show/chimere'>Chimère project</a></div>
+ {% endblock %}
</body>
</html>