diff --git a/bookwyrm/templates/directory.html b/bookwyrm/templates/directory.html index fe523c52..fa0e6c63 100644 --- a/bookwyrm/templates/directory.html +++ b/bookwyrm/templates/directory.html @@ -28,6 +28,50 @@ {% endif %} +
+

+ Filters + + + {% trans "Show filters" as text %} + {% include 'snippets/toggle/open_button.html' with text=text controls_text="filters" icon="arrow-down" class="is-small" %} + {% trans "Hide filters" as text %} + {% include 'snippets/toggle/close_button.html' with text=text controls_text="filters" icon="x" class="is-small" %} + +

+ + +
+
{% for user in users %}