Refactored dcl text and support email
This commit is contained in:
		
					parent
					
						
							
								699326dc57
							
						
					
				
			
			
				commit
				
					
						160df7685c
					
				
			
		
					 1 changed files with 2 additions and 2 deletions
				
			
		|  | @ -468,8 +468,8 @@ class OrderConfirmationView(DetailView): | ||||||
|             'order.id': order.id |             'order.id': order.id | ||||||
|         } |         } | ||||||
|         email_data = { |         email_data = { | ||||||
|             'subject': "Data Center Light Order from %s" % context['email'], |             'subject': settings.DCL_TEXT + " Order from %s" % context['email'], | ||||||
|             'from_email': '(Data Center Light) Data Center Light Support <support@datacenterlight.ch>', |             'from_email': settings.DCL_SUPPORT_FROM_ADDRESS, | ||||||
|             'to': ['info@ungleich.ch'], |             'to': ['info@ungleich.ch'], | ||||||
|             'body': "\n".join(["%s=%s" % (k, v) for (k, v) in context.items()]), |             'body': "\n".join(["%s=%s" % (k, v) for (k, v) in context.items()]), | ||||||
|             'reply_to': [context['email']], |             'reply_to': [context['email']], | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue