diff --git a/amadeus/templates/base.html b/amadeus/templates/base.html index 3b5138c..96472a1 100644 --- a/amadeus/templates/base.html +++ b/amadeus/templates/base.html @@ -329,6 +329,9 @@ }); + + {% block addtional_scripts %} + {% endblock %}