diff --git a/templates/base.html b/templates/base.html index bee5698..62d459b 100644 --- a/templates/base.html +++ b/templates/base.html @@ -81,5 +81,6 @@ + {% block extrajs %}{% endblock %} diff --git a/templates/bookmarks.html b/templates/bookmarks.html index 0ebd6f4..dbf74a0 100644 --- a/templates/bookmarks.html +++ b/templates/bookmarks.html @@ -35,7 +35,7 @@
- +
@@ -79,3 +79,20 @@
{% endblock %} +{% block extrajs %} + +{% endblock %}