Add missing divs
This commit is contained in:
		
					parent
					
						
							
								ffde015c31
							
						
					
				
			
			
				commit
				
					
						9f86f44569
					
				
			
		
					 1 changed files with 4 additions and 0 deletions
				
			
		| 
						 | 
				
			
			@ -79,6 +79,8 @@
 | 
			
		|||
 | 
			
		||||
                </style>
 | 
			
		||||
                    {% if generic_payment_details %}
 | 
			
		||||
                    <div class="row">
 | 
			
		||||
                        <div class="col-sm-8">
 | 
			
		||||
                        <p>
 | 
			
		||||
                            <strong>{% trans "Product" %}:</strong> 
 | 
			
		||||
                            {{ generic_payment_details.product_name }}
 | 
			
		||||
| 
						 | 
				
			
			@ -95,6 +97,7 @@
 | 
			
		|||
                                <strong class="pull-right">Yes</strong>
 | 
			
		||||
                            </p>
 | 
			
		||||
                        {% endif %}
 | 
			
		||||
                        </div>
 | 
			
		||||
                        <div class="col-sm-12">
 | 
			
		||||
                            <hr class="thin-hr">
 | 
			
		||||
                        </div>
 | 
			
		||||
| 
						 | 
				
			
			@ -154,6 +157,7 @@
 | 
			
		|||
                                <strong class="text-uppercase align-center">{% trans "Your Price in Total" %}</strong>
 | 
			
		||||
                                <strong class="total-price pull-right">{{generic_payment_details.amount|floatformat:2|intcomma}} CHF</strong>
 | 
			
		||||
                        </div>
 | 
			
		||||
                    </div>
 | 
			
		||||
                    {% else %}
 | 
			
		||||
                        <p>
 | 
			
		||||
                            <strong>{% trans "Product" %}:</strong> 
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue