pixel code replace

This commit is contained in:
2025-02-12 15:00:30 +03:00
parent a940f2ff0d
commit 197f910b82
2 changed files with 5 additions and 13 deletions

View File

@@ -3,6 +3,7 @@
{% block meta %}
<script src='{% static "js/registration.js" %}'></script>
<script>fbq('track', 'Contact');</script>
{% endblock %}
{% block content %}
@@ -25,10 +26,6 @@ src="https://www.facebook.com/tr?id=1123814969330706&ev=PageView&noscript=1"
/></noscript>
<!-- End Meta Pixel Code -->
<script>
fbq('track', 'Contact');
</script>
{% include 'forms/f_registration.html' %}
{% endblock %}