fixed issue on order view
This commit is contained in:
		
					parent
					
						
							
								1897f4b5f6
							
						
					
				
			
			
				commit
				
					
						de64744120
					
				
			
		
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -35,7 +35,7 @@
 | 
			
		|||
                <div class="col-xs-6 text-right">
 | 
			
		||||
                    <address>
 | 
			
		||||
                        <strong>{% trans "Billed To:"%}</strong><br>
 | 
			
		||||
                        <span id="order-created_at">{{order.created_at}}</span><br><br>
 | 
			
		||||
                        <span id="order-created_at">{{order.created_at|date:'Y-m-d H:i}}</span><br><br>
 | 
			
		||||
                        <strong>{% trans "Status:"%}</strong><br>
 | 
			
		||||
                        <strong class="{% if order.status == 'Approved' %}text-success
 | 
			
		||||
                                       {%else%} text-danger
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue