Make correct icons load on dcl createvm error modal
This commit is contained in:
		
					parent
					
						
							
								9cab43f051
							
						
					
				
			
			
				commit
				
					
						f60a2c3482
					
				
			
		
					 2 changed files with 6 additions and 5 deletions
				
			
		|  | @ -529,9 +529,9 @@ class OrderConfirmationView(DetailView): | |||
|                     section='payment_error'), | ||||
|                 'msg_title': str(_('Error.')), | ||||
|                 'msg_body': str( | ||||
|                     _('There was a payment related error.<br/>' | ||||
|                       'Details: {error_detail}<br/>' | ||||
|                       'On close of this popup, you will be redirected back to' | ||||
|                     _('There was a payment related error.' | ||||
|                       ' Details: {error_detail}.' | ||||
|                       ' On close of this popup, you will be redirected back to' | ||||
|                       ' the payment page.'.format(error_detail=msg))) | ||||
|             } | ||||
|             return HttpResponse(json.dumps(response), | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue