diff --git a/templates/pages/p_customer_landing_page.html b/templates/pages/p_customer_landing_page.html index 4858f65..fda9904 100644 --- a/templates/pages/p_customer_landing_page.html +++ b/templates/pages/p_customer_landing_page.html @@ -10,6 +10,25 @@ {% endblock %} {% block content %} + + + + + +

diff --git a/templates/pages/p_mover_landing_page.html b/templates/pages/p_mover_landing_page.html index ee49ee5..8f7c578 100644 --- a/templates/pages/p_mover_landing_page.html +++ b/templates/pages/p_mover_landing_page.html @@ -10,6 +10,26 @@ {% endblock %} {% block content %} + + + + + + +

diff --git a/templates/pages/profile/p_registration.html b/templates/pages/profile/p_registration.html index b015e0b..32e3bb4 100644 --- a/templates/pages/profile/p_registration.html +++ b/templates/pages/profile/p_registration.html @@ -6,5 +6,24 @@ {% endblock %} {% block content %} + + + + + + {% include 'forms/f_registration.html' %} {% endblock %} \ No newline at end of file