diff --git a/frontend/templates/work_list.html b/frontend/templates/work_list.html index bd451f71..cf6b32c3 100644 --- a/frontend/templates/work_list.html +++ b/frontend/templates/work_list.html @@ -88,7 +88,7 @@ {% lazy_paginate 20 works_unglued using "works_unglued" %} {% for work in works_unglued %}
- {% with work.googlebooks_id as googlebooks_id %} + {% with googlebooks_id=work.googlebooks_id tab_override='tabs-1' %} {% include "book_panel.html" %} {% endwith %}
@@ -102,7 +102,7 @@ {% lazy_paginate 20 works_active using "works_active" %} {% for work in works_active %}
- {% with work.googlebooks_id as googlebooks_id %} + {% with googlebooks_id=work.googlebooks_id tab_override='tabs-2' %} {% include "book_panel.html" %} {% endwith %}
@@ -117,7 +117,7 @@ {% lazy_paginate 20 works_wished using "works_wished" %} {% for work in works_wished %}
- {% with work.googlebooks_id as googlebooks_id %} + {% with googlebooks_id=work.googlebooks_id tab_override='tabs-3' %} {% include "book_panel.html" %} {% endwith %}