Browse Source

pyi2phosts/templates/base.html: small fix

pull/1/head
Hidden Z 14 years ago
parent
commit
07a2915235
  1. 2
      pyi2phosts/templates/base.html

2
pyi2phosts/templates/base.html

@ -14,7 +14,7 @@ @@ -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 %}

Loading…
Cancel
Save