Fixed an issue related to redirection to datacenterlight/order url
This commit is contained in:
		
					parent
					
						
							
								6a3f4578db
							
						
					
				
			
			
				commit
				
					
						366f11be83
					
				
			
		
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -85,9 +85,9 @@
 | 
				
			||||||
                      </div>
 | 
					                      </div>
 | 
				
			||||||
                      <div class="drop-language">
 | 
					                      <div class="drop-language">
 | 
				
			||||||
                          {% if LANGUAGE_CODE == 'en-us'%} 
 | 
					                          {% 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 %}
 | 
					                          {% 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 %}
 | 
					                          {% endif %}
 | 
				
			||||||
                        
 | 
					                        
 | 
				
			||||||
                      </div>
 | 
					                      </div>
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue