1
0
mirror of https://github.com/r4sas/py-i2phosts synced 2025-03-13 05:41:37 +00:00

pyi2phosts/templates/base.html: small fix

This commit is contained in:
Hidden Z 2010-11-05 19:54:04 +00:00
parent 6200a466ff
commit 07a2915235

View File

@ -14,7 +14,7 @@
<div class="menu">
<ul>
<li><a href=/>Home</a></li>
<li><a href={% url pyi2phosts.postkey.views.addkey %}>Register domain</a></li>
<li><a href={% url pyi2phosts.postkey.views.addkey %}>Register a domain</a></li>
</ul>
</div>
{% endblock %}