You will find only what you bring in.
[redakcja.git] / src / catalogue / templates / catalogue / my_page.html
index 4bfbc2d..2fec0a3 100644 (file)
@@ -5,11 +5,13 @@
 {% load pipeline %}
 
 {% block add_js %}
-{% javascript 'book_list' %}
+  {% javascript 'book_list' %}
+  <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-contextmenu/2.7.1/jquery.contextMenu.min.js"></script>
 {% endblock %}
 
 {% block add_css %}
-{% stylesheet 'book_list' %}
+  {% stylesheet 'book_list' %}
+  <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/jquery-contextmenu/2.7.1/jquery.contextMenu.min.css">
 {% endblock %}
 
 {% block titleextra %}{% trans "My page" %}{% endblock %}