diff --git a/apps/gnous_eu/templates/layouts/base.html b/apps/gnous_eu/templates/layouts/base.html index b5c6c89..04aa474 100644 --- a/apps/gnous_eu/templates/layouts/base.html +++ b/apps/gnous_eu/templates/layouts/base.html @@ -23,35 +23,9 @@ +{% include 'layouts/foot.html' %} + {% block javascript %}{% endblock %} - - - - - - \ No newline at end of file diff --git a/apps/gnous_eu/templates/layouts/foot.html b/apps/gnous_eu/templates/layouts/foot.html new file mode 100644 index 0000000..2b61d23 --- /dev/null +++ b/apps/gnous_eu/templates/layouts/foot.html @@ -0,0 +1,55 @@ +{% load static %} +{% load i18n %} + + + + + + + + + + + \ No newline at end of file diff --git a/apps/gnous_eu/templates/services.html b/apps/gnous_eu/templates/services.html index 313f2d5..f3fbffb 100644 --- a/apps/gnous_eu/templates/services.html +++ b/apps/gnous_eu/templates/services.html @@ -41,7 +41,7 @@

{{ service.description }}

-