diff --git a/app/templates/admin_template.html b/app/templates/admin_template.html index 1c9fe195f..9dacd375a 100644 --- a/app/templates/admin_template.html +++ b/app/templates/admin_template.html @@ -175,7 +175,7 @@ {% endblock %} {% block footer %} - + {% if current_service and current_service.research_mode %} {% set meta_suffix = 'Built by the Technology Transformation Servicesresearch mode' %} {% else %} @@ -251,7 +251,7 @@ "html": meta_suffix } }) }} - + {% if current_user.is_authenticated %} {% block sessionUserWarning %} diff --git a/app/templates/new/components/footer/footer.html b/app/templates/new/components/footer/footer.html new file mode 100644 index 000000000..fa22b6a88 --- /dev/null +++ b/app/templates/new/components/footer/footer.html @@ -0,0 +1,106 @@ +