Fixed an issue related to redirection to datacenterlight/order url

This commit is contained in:
M.Ravi 2017-06-07 01:07:47 +05:30
parent 6a3f4578db
commit 366f11be83

View file

@ -85,9 +85,9 @@
</div>
<div class="drop-language">
{% if LANGUAGE_CODE == 'en-us'%}
<a class="url" href="{{base_url}}/de/datacenterlight/pricing" >Deutsch</a>
<a class="url" href="{{base_url}}/de/datacenterlight/order" >Deutsch</a>
{% else %}
<a class="url" href="{{base_url}}/en-us/datacenterlight/pricing" >English</a>
<a class="url" href="{{base_url}}/en-us/datacenterlight/order" >English</a>
{% endif %}
</div>