Fix flake8 errors
This commit is contained in:
		
					parent
					
						
							
								b7929a16e2
							
						
					
				
			
			
				commit
				
					
						232022aaaf
					
				
			
		
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -855,10 +855,10 @@ class OrderConfirmationView(DetailView):
 | 
				
			||||||
                                 amount=gp_details['amount'],
 | 
					                                 amount=gp_details['amount'],
 | 
				
			||||||
                                 recurring=(
 | 
					                                 recurring=(
 | 
				
			||||||
                                     _(' This is a monthly recurring plan.')
 | 
					                                     _(' This is a monthly recurring plan.')
 | 
				
			||||||
                                         if gp_details['recurring'] else ''
 | 
					                                     if gp_details['recurring'] else ''
 | 
				
			||||||
                                 )
 | 
					                                 )
 | 
				
			||||||
                             )
 | 
					                             )
 | 
				
			||||||
                         ),
 | 
					                          ),
 | 
				
			||||||
                'reply_to': ['info@ungleich.ch'],
 | 
					                'reply_to': ['info@ungleich.ch'],
 | 
				
			||||||
            }
 | 
					            }
 | 
				
			||||||
            send_plain_email_task.delay(email_data)
 | 
					            send_plain_email_task.delay(email_data)
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue