Browse Source

templates/base.html: add block "footer-addon" inside footer

pull/1/head
Hidden Z 14 years ago
parent
commit
5ead4d4e78
  1. 6
      pyi2phosts/templates/base.html

6
pyi2phosts/templates/base.html

@ -26,7 +26,11 @@ @@ -26,7 +26,11 @@
{% block footer %}
<hr>
<center>Powered-by: <a href=http://py-i2phosts.i2p/>py-i2phosts</a></center>
<div class="footer">
{% block footer-addon %}
{% endblock %}
powered-by: <a href=http://py-i2phosts.i2p/>py-i2phosts</a>
</div>
{% endblock %}
</body>
</html>

Loading…
Cancel
Save