place order msg posiotion fixed for mobile
This commit is contained in:
		
					parent
					
						
							
								e91ea758e3
							
						
					
				
			
			
				commit
				
					
						d1f5ead9a0
					
				
			
		
					 1 changed files with 9 additions and 7 deletions
				
			
		|  | @ -72,13 +72,15 @@ | ||||||
|                     </div> |                     </div> | ||||||
|                     <br/> |                     <br/> | ||||||
|                     <form method="post"> |                     <form method="post"> | ||||||
|                     {% csrf_token %} |                         {% csrf_token %} | ||||||
|                     <div class="col-md-8 col-xs-7 pull-left tbl-no-padding"> |                         <div class="row"> | ||||||
|                         <p class="dcl-place-order-text">{% blocktrans with vm_price=request.session.specs.price %}By clicking "Place order" this plan will charge your credit card account with the fee of {{ vm_price }}CHF/month{% endblocktrans %}.</p> |                             <div class="col-sm-8"> | ||||||
|                     </div> |                                 <p class="dcl-place-order-text">{% blocktrans with vm_price=request.session.specs.price %}By clicking "Place order" this plan will charge your credit card account with the fee of {{ vm_price }}CHF/month{% endblocktrans %}.</p> | ||||||
|                     <div class="col-md-4 col-xs-5 content tbl-no-padding"> |                             </div> | ||||||
|                         <a href="{{next_url}}" ><button class="btn btn-info pull-right">{% trans "Place order"%}</button></a> |                             <div class="col-sm-4 content"> | ||||||
|                     </div> |                                 <a href="{{next_url}}" ><button class="btn btn-info pull-right">{% trans "Place order"%}</button></a> | ||||||
|  |                             </div> | ||||||
|  |                         </div> | ||||||
|                     </form> |                     </form> | ||||||
|                 </div> |                 </div> | ||||||
|             </div> |             </div> | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue