- {{ library.name }}
{% for author in library.authors.all %}
{% if author.image %}
diff --git a/templates/libraries/list.html b/templates/libraries/list.html
index 65c65d99..e1a44a00 100644
--- a/templates/libraries/list.html
+++ b/templates/libraries/list.html
@@ -18,33 +18,38 @@
-
-
-
-
-
-
{ setTimeout(() => { document.getElementById('q').focus(); }, 300);});"
- type="search" name="q" class="py-2 px-3 w-full text-sm bg-white rounded-md border-gray-300 md:w-1/3 min-w-[300px] text-sky-600 dark:text-orange dark:border-slate dark:bg-charcoal focus:text-charcoal" type="text" value="" placeholder="Search" />
-
-
-
- {% for library in object_list %}
+ {% for library in library_list %}
{% include "libraries/_library_list_item.html" %}
{% endfor %}