From 11c67cd8bf1f99afec6c01d125fbfea8db650550 Mon Sep 17 00:00:00 2001 From: tirilane Date: Sun, 6 Mar 2011 18:52:12 +0000 Subject: [PATCH] =?UTF-8?q?Jeg=20har=20pimpa=20s=C3=B8kefeltet=20litt,=20m?= =?UTF-8?q?ed=20morosaker=20fra=20HTML5.=20Det=20er=20vel=20sm=C3=A5pirk?= =?UTF-8?q?=20p=C3=A5=20b=C3=A5de=20#11=20og=20#12.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- python/web/templates/base/main.html | 2 +- python/web/templates/book/view.html | 4 +--- python/web/templates/index.html | 7 ++++--- python/web/templates/person/view.html | 2 +- 4 files changed, 7 insertions(+), 8 deletions(-) diff --git a/python/web/templates/base/main.html b/python/web/templates/base/main.html index 400178c..c14b64f 100644 --- a/python/web/templates/base/main.html +++ b/python/web/templates/base/main.html @@ -1,7 +1,7 @@ -{% block title %}{% endblock %} +Worblehat 0.1: {% block title %}{% endblock %} diff --git a/python/web/templates/book/view.html b/python/web/templates/book/view.html index 9e20ff3..8bd9502 100644 --- a/python/web/templates/book/view.html +++ b/python/web/templates/book/view.html @@ -1,7 +1,7 @@ {% extends "base/main.html" %} {%block title%} -Worblehat: {{ book.title }} +{{ book.title }} {% endblock %} {% block content %} {% if book.thumbnail %} @@ -9,7 +9,6 @@ Worblehat: {{ book.title }} {{ book.title }} {% endif %} -

{{ book.title }}

{% if book.subtitle %}

{{ book.subtitle }}

@@ -52,5 +51,4 @@ Worblehat: {{ book.title }} Beskrivelse: {{ book.description }}
{% endif %} ISBN: {{ book.isbn }}
-
{% endblock %} diff --git a/python/web/templates/index.html b/python/web/templates/index.html index 313ca94..58d3873 100644 --- a/python/web/templates/index.html +++ b/python/web/templates/index.html @@ -5,9 +5,10 @@ Worblehat 0.1. Heisann!! {% endblock %} {% block content %} -Velkommen til PVVs bokdatabase, Worblehat.
-Her kan du søke etter bøker til din hjertens lyst.
+Velkommen til PVVs bokdatabase, Worblehat.
+Her kan du søke etter bøker til din hjertens lyst.

-
+ +
{% endblock %} diff --git a/python/web/templates/person/view.html b/python/web/templates/person/view.html index 78d2f79..5980b3f 100644 --- a/python/web/templates/person/view.html +++ b/python/web/templates/person/view.html @@ -1,7 +1,7 @@ {% extends "base/main.html" %} {% block title%} -Worblehat: {{ person.first_name }} {{ person.last_name }} +{{ person.first_name }} {{ person.last_name }} {% endblock %} {% block content %}