Jeg har pimpa søkefeltet litt, med morosaker fra HTML5. Det er vel småpirk på både #11 og #12.

This commit is contained in:
2011-03-06 18:52:12 +00:00
parent 3c09663da2
commit 11c67cd8bf
4 changed files with 7 additions and 8 deletions

View File

@@ -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 }}
<img src="/media/{{ book.thumbnail }}" alt="{{ book.title }}">
</span>
{% endif %}
<span class="img">
<h2>{{ book.title }}</h2>
{% if book.subtitle %}
<h3>{{ book.subtitle }}</h3>
@@ -52,5 +51,4 @@ Worblehat: {{ book.title }}
<span class="key">Beskrivelse:</span> {{ book.description }} <br>
{% endif %}
<span class="key">ISBN:</span> {{ book.isbn }} <br>
</span>
{% endblock %}