Fix new email URL issue
This commit is contained in:
		
							parent
							
								
									0b5ea8cb05
								
							
						
					
					
						commit
						2cb8d7e1a9
					
				| 
						 | 
				
			
			@ -1,4 +1,4 @@
 | 
			
		|||
{{define "content"}}
 | 
			
		||||
<p>Vous avez une nouvelle réservation e véhicule sur PARCOURSMOB.</p>
 | 
			
		||||
<p>Connectez vous sur <a href="http://localhost:9000/app/vehicles-management/bookings/{{.bookingid}}">http://localhost:9000/app/vehicles-management/bookings/{{.bookingid}}</a> pour y accéder</p>
 | 
			
		||||
<p>Connectez vous sur <a href="https://spie06.parcoursmob.fr/app/vehicles-management/bookings/{{.bookingid}}">https://spie06.parcoursmob.fr/app/vehicles-management/bookings/{{.bookingid}}</a> pour y accéder</p>
 | 
			
		||||
{{end}}
 | 
			
		||||
		Loading…
	
		Reference in New Issue