+ {% for action in action_links %}
+ {{ action.label }}
+ {% endfor %}
+
\ No newline at end of file
diff --git a/incredible_data/templates/base.html b/incredible_data/templates/base.html
index 536a2fa..aca7f85 100644
--- a/incredible_data/templates/base.html
+++ b/incredible_data/templates/base.html
@@ -18,13 +18,12 @@
{% block css %}
+ href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.13.1/font/bootstrap-icons.min.css" />
{% compress css %}
@@ -36,8 +35,7 @@
{% block javascript %}
@@ -76,13 +74,13 @@
{% endblock modal %}
{% block inline_javascript %}
{% comment %}
- Script tags with only code, no src (defer by default). To run
- with a "defer" so that you run inline code:
-
+ Script tags with only code, no src (defer by default). To run
+ with a "defer" so that you run inline code:
+
{% endcomment %}
{% endblock inline_javascript %}