minor fixes
This commit is contained in:
		
					parent
					
						
							
								6c381dd3fb
							
						
					
				
			
			
				commit
				
					
						2c4390767d
					
				
			
		
					 2 changed files with 8 additions and 4 deletions
				
			
		| 
						 | 
					@ -37,7 +37,11 @@
 | 
				
			||||||
                </li>
 | 
					                </li>
 | 
				
			||||||
                <li>
 | 
					                <li>
 | 
				
			||||||
                    {% get_current_language as LANGUAGE_CODE %}
 | 
					                    {% get_current_language as LANGUAGE_CODE %}
 | 
				
			||||||
 | 
					                    {% if LANGUAGE_CODE == 'en-us'%}
 | 
				
			||||||
 | 
					                        <a href="{% change_lang 'de' %}"><i class="fa fa-fw fa-globe" aria-hidden="true"></i>  Deutsch</a>
 | 
				
			||||||
 | 
					                    {% else %}
 | 
				
			||||||
 | 
					                        <a href="{% change_lang 'en-us' %}"><i class="fa fa-fw fa-globe" aria-hidden="true"></i>  English</a>
 | 
				
			||||||
 | 
					                    {% endif %}
 | 
				
			||||||
                </li>
 | 
					                </li>
 | 
				
			||||||
            </ul>
 | 
					            </ul>
 | 
				
			||||||
        </div>
 | 
					        </div>
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -698,7 +698,7 @@ class OrdersHostingDetailView(LoginRequiredMixin,
 | 
				
			||||||
                'last4')
 | 
					                'last4')
 | 
				
			||||||
            context['cc_brand'] = card_details.get('response_object').get(
 | 
					            context['cc_brand'] = card_details.get('response_object').get(
 | 
				
			||||||
                'cc_brand')
 | 
					                'cc_brand')
 | 
				
			||||||
            context['vm'] = request.session.get('specs')
 | 
					            context['vm'] = self.request.session.get('specs')
 | 
				
			||||||
        return context
 | 
					        return context
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    def post(self, request):
 | 
					    def post(self, request):
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue