Mislykka forsøk på å sette hylle per kategori.
This commit is contained in:
parent
00ae89ce63
commit
8d1cdba906
|
@ -8,9 +8,7 @@
|
||||||
|
|
||||||
<h2>{{ category }}</h2>
|
<h2>{{ category }}</h2>
|
||||||
|
|
||||||
{% if not book_list %}
|
{% if book_list %}
|
||||||
Det finnes ingen bøker i denne kategorien.
|
|
||||||
{% else %}
|
|
||||||
<div class="key">Bøker:</div>
|
<div class="key">Bøker:</div>
|
||||||
<ul>
|
<ul>
|
||||||
{% for book in book_list %}
|
{% for book in book_list %}
|
||||||
|
|
Reference in New Issue