Browse Source

templates/base.html: add "latest" to navigation menu

pull/1/head
Hidden Z 14 years ago
parent
commit
9b8e42fac2
  1. 1
      pyi2phosts/templates/base.html

1
pyi2phosts/templates/base.html

@ -16,6 +16,7 @@ @@ -16,6 +16,7 @@
<li><a href=/>Home</a></li>
<li><a href={% url faq %}>FAQ</a></li>
<li><a href={% url browse %}>Browse alive hosts</a></li>
<li><a href={% url latest %}>Browse latest hosts</a></li>
<li><a href={% url pyi2phosts.postkey.views.addkey %}>Register a domain</a></li>
</ul>
</div>

Loading…
Cancel
Save