Commit 865688f5 by Manzar Hussain

check condition

parent 158ba920
...@@ -109,6 +109,8 @@ ...@@ -109,6 +109,8 @@
{{ page }} {{ page }}
{{ page_bottom }} {{ page_bottom }}
<js-bottom-placeholder token="{{ placeholder_token }}"> <js-bottom-placeholder token="{{ placeholder_token }}">
{% set url = url('<current>') %}
{% if 'investor' in url|render|render %}
<script type="text/javascript"> <script type="text/javascript">
(function($) { (function($) {
const settings = { const settings = {
...@@ -215,5 +217,6 @@ ...@@ -215,5 +217,6 @@
}); });
})(jQuery); })(jQuery);
</script> </script>
{% endif %}
</body> </body>
</html> </html>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment