Lagt til søkeside. Mye flikking på url-configen.
This commit is contained in:
13
python/web/templates/index.html
Normal file
13
python/web/templates/index.html
Normal file
@@ -0,0 +1,13 @@
|
||||
{% extends "base/main.html" %}
|
||||
|
||||
{% block title %}
|
||||
Worblehat 0.1. Heisann!!
|
||||
{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
Velkommen til PVVs bokdatabase, Worblehat.<br>
|
||||
Her kan du søke etter bøker til din hjertens lyst.<br>
|
||||
<form action="/let/" method="get">
|
||||
<input type="text" name="searchterm"> <input type="submit" value="Søk!"><br>
|
||||
</form>
|
||||
{% endblock %}
|
Reference in New Issue
Block a user