Changed text align left to the date in the order_detail.html both in dcl and hosting
This commit is contained in:
		
					parent
					
						
							
								9bb4742607
							
						
					
				
			
			
				commit
				
					
						3f6250862b
					
				
			
		
					 2 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -25,7 +25,7 @@
 | 
			
		|||
                    </div>
 | 
			
		||||
                    <hr>
 | 
			
		||||
                    <div class="row">
 | 
			
		||||
                        <div class="col-xs-12 col-sm-6 pull-right text-right">
 | 
			
		||||
                        <div class="col-xs-12 col-sm-6 pull-right text-left">
 | 
			
		||||
                            <address>
 | 
			
		||||
                                <strong>{% trans "Date"%}:</strong><br>
 | 
			
		||||
                                <span id="order-created_at">{% now "Y-m-d H:i" %}</span><br><br>
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -24,7 +24,7 @@
 | 
			
		|||
    		</div>
 | 
			
		||||
    		<hr>
 | 
			
		||||
    		<div class="row">
 | 
			
		||||
				<div class="col-xs-12 col-md-6 pull-right text-right">
 | 
			
		||||
				<div class="col-xs-12 col-md-6 pull-right text-left">
 | 
			
		||||
                    <address>
 | 
			
		||||
                        <strong>{% trans "Date"%}:</strong><br>
 | 
			
		||||
                        <span id="order-created_at">{{order.created_at|date:'Y-m-d H:i'}}</span><br><br>
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue