fix: set html email template
This commit is contained in:
		
							parent
							
								
									403c0f02a0
								
							
						
					
					
						commit
						9996234462
					
				| 
						 | 
				
			
			@ -55,7 +55,7 @@ class GASLoginView(GASContextMixin, LoginView):
 | 
			
		|||
 | 
			
		||||
class GASPasswordResetView(GASContextMixin, PasswordResetView):
 | 
			
		||||
    template_name = "gas/reset.html"
 | 
			
		||||
    email_template_name = "email/password_reset_email.html"
 | 
			
		||||
    html_email_template_name = "registration/password_reset_email.html"
 | 
			
		||||
    success_url = reverse_lazy("gas:password_reset_done")
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue