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

templates/index.html: define block "footer-addon"

This commit is contained in:
Hidden Z 2010-11-05 14:39:06 +00:00
parent 866c451a67
commit beb46692ae

View File

@ -25,3 +25,9 @@
for them, consider to <a href={% url pyi2phosts.postkey.views.addkey %}>registering it</a>. for them, consider to <a href={% url pyi2phosts.postkey.views.addkey %}>registering it</a>.
</p> </p>
{% endblock %} {% endblock %}
{%block footer-addon %}
<a href=http://{{ b32 }}>b32</a> |
<a href=http://localhost:7657/susidns/addressbook.jsp?book=private&hostname={{ domain }}&destination={{ b64 }}>
add</a> |
{% endblock %}