Flytta søkefeltet til hovedtemplaten, slik at den nå er på alle sider. Mer fikling på #11 og #12, mao.

This commit is contained in:
2011-03-06 19:04:44 +00:00
parent ef0724ca54
commit be4f746274
4 changed files with 19 additions and 4 deletions

View File

@@ -10,7 +10,15 @@
</head>
<body>
<h1>Worblehat</h1>
<hr>
<hr/>
{% block content %}
{% endblock %}
<br/><br/>
<hr/>
<div class="field">
<form action="/let/" method="get">
<input type="search" name="searchterm" placeholder="Søk etter bøker eller forfattere" autofocus>
<input type="submit" value="Søk!">
</form>
</div>
</body>