Fikser linker til ting, for #12. Men sjekker nå inn med fungerende kategoriting.

This commit is contained in:
2011-03-06 20:05:37 +00:00
parent 1e9585c23c
commit 9fda9eb535
3 changed files with 36 additions and 1 deletions

View File

@@ -10,6 +10,13 @@
</head>
<body>
<h1>Worblehat</h1>
<span class="links">
<a href="/" class="link">Hjem</a> |
<a href="/kart/" class="link">Kart</a> |
<a href="/kategori/" class="link">Kategorier</a> |
<a href="/bok/" class="link">Bøker</a> |
<a href="/person/" class="link">Forfattere</a> <br/>
</span>
<hr/>
{% block content %}
{% endblock %}