diff --git a/README.md b/README.md index 46f2ec9..e34e292 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,11 @@ It is very generic and should work with most Django installations/projects. `python manage.py migrate` + +Some functionality from APIS Bibsonomy uses `htmx`, so you should [include htmx +into your web application](https://htmx.org/docs/#installing). + + ## Configuration diff --git a/apis_bibsonomy/templates/apis_bibsonomy/link_to_reference_on_tag.html b/apis_bibsonomy/templates/apis_bibsonomy/link_to_reference_on_tag.html index 7cae0ae..0c5219a 100644 --- a/apis_bibsonomy/templates/apis_bibsonomy/link_to_reference_on_tag.html +++ b/apis_bibsonomy/templates/apis_bibsonomy/link_to_reference_on_tag.html @@ -1,4 +1,3 @@ - {% include "apis_bibsonomy/partials/fix_select2_bootstrap_overflow.html" %}