1
0
mirror of https://github.com/r4sas/py-i2phosts synced 2025-01-22 12:34:17 +00:00

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

This commit is contained in:
Hidden Z 2010-11-05 14:38:08 +00:00
parent a3bf7c9f5c
commit 5ead4d4e78

View File

@ -26,7 +26,11 @@
{% block footer %} {% block footer %}
<hr> <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 %} {% endblock %}
</body> </body>
</html> </html>