diff --git a/templates/_partials/_loading_indicator.html.twig b/templates/_partials/_loading_indicator.html.twig
index 8379087..b5d6655 100644
--- a/templates/_partials/_loading_indicator.html.twig
+++ b/templates/_partials/_loading_indicator.html.twig
@@ -1,44 +1,4 @@
-
+ {% include '_partials/_spinner.html.twig' %}
diff --git a/templates/_partials/_spinner.html.twig b/templates/_partials/_spinner.html.twig
new file mode 100644
index 0000000..3961ab3
--- /dev/null
+++ b/templates/_partials/_spinner.html.twig
@@ -0,0 +1,41 @@
+
diff --git a/templates/booking/create/index.html.twig b/templates/booking/create/index.html.twig
index 23a71e2..00f3569 100644
--- a/templates/booking/create/index.html.twig
+++ b/templates/booking/create/index.html.twig
@@ -10,5 +10,6 @@
}) }}"
hx-trigger="load"
hx-swap="none">
+ {% include '_partials/_spinner.html.twig' %}
{% endblock %}