diff --git a/templates/event/base.html b/templates/event/base.html index 291ace62a..073774b06 100644 --- a/templates/event/base.html +++ b/templates/event/base.html @@ -3,6 +3,14 @@ + + + {% block title %}{% trans "Django Girls - start your journey with programming" %}{% endblock %} @@ -60,5 +68,6 @@ {% include 'event/global_sponsors.html' %} {% include 'includes/js.html' %} +{% include 'global/cookie_modal.html' %} diff --git a/templates/global/base.html b/templates/global/base.html index 62560be7a..12a933189 100644 --- a/templates/global/base.html +++ b/templates/global/base.html @@ -3,6 +3,14 @@ + + + {% block title %}{% trans "Django Girls - start your journey with programming" %}{% endblock %} @@ -37,5 +45,6 @@ {% endblock %} {% include 'includes/js.html' %} + {% include 'global/cookie_modal.html' %} diff --git a/templates/global/cookie_modal.html b/templates/global/cookie_modal.html new file mode 100644 index 000000000..d3f80c71b --- /dev/null +++ b/templates/global/cookie_modal.html @@ -0,0 +1,58 @@ + + + \ No newline at end of file