This commit is contained in:
@@ -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 %}
|
||||
|
Reference in New Issue
Block a user