From 6c062ce3c8395a16dd9e28881c51519888920e41 Mon Sep 17 00:00:00 2001 From: sysadminix Date: Tue, 3 Dec 2024 12:43:29 +0300 Subject: [PATCH 1/3] TRI-297 add facebook pixel --- templates/pages/p_mover_landing_page.html | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) 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 %} + + + + + + +

From e98d426324e0953f068859e0da18706f76680f45 Mon Sep 17 00:00:00 2001 From: sysadminix Date: Tue, 3 Dec 2024 12:46:13 +0300 Subject: [PATCH 2/3] TRI-297 add facebook pixel --- templates/pages/p_customer_landing_page.html | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) 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 %} + + + + + +

From 61805df66b247ee565afdb560d6f55e3c3a293c5 Mon Sep 17 00:00:00 2001 From: sysadminix Date: Tue, 3 Dec 2024 12:47:18 +0300 Subject: [PATCH 3/3] TRI-297 add facebook pixel --- templates/pages/profile/p_registration.html | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) 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