1
0
mirror of https://github.com/r4sas/py-i2phosts synced 2025-09-02 09:02:27 +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"> <div class="menu">
<ul> <ul>
<li><a href=/>Home</a></li> <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> </ul>
</div> </div>
{% endblock %} {% endblock %}