Show GenericPaymentForm labels
This commit is contained in:
		
					parent
					
						
							
								97693f0bb3
							
						
					
				
			
			
				commit
				
					
						8a2734fa0e
					
				
			
		
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -74,7 +74,7 @@
 | 
				
			||||||
                            {% csrf_token %}
 | 
					                            {% csrf_token %}
 | 
				
			||||||
                            <input type="hidden" name="product" value="1" />
 | 
					                            <input type="hidden" name="product" value="1" />
 | 
				
			||||||
                            {% for field in generic_payment_form %}
 | 
					                            {% for field in generic_payment_form %}
 | 
				
			||||||
                            {% bootstrap_field field show_label=False type='fields'%}
 | 
					                            {% bootstrap_field field type='fields'%}
 | 
				
			||||||
                            {% endfor %}
 | 
					                            {% endfor %}
 | 
				
			||||||
                            <p class="text-danger">{{generic_payment_form.non_field_errors|striptags}}</p>
 | 
					                            <p class="text-danger">{{generic_payment_form.non_field_errors|striptags}}</p>
 | 
				
			||||||
                        </form>
 | 
					                        </form>
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue