Adapt copyright copy to use current year, Add bank account info, Set the correct text on supporters page, HTML Form adapted to Django template, Create forms.py to have all forms, Create Contact Django Form View, Create a HTML template to contact email, Send contact email to info@digitalglarus.ch
This commit is contained in:
		
					parent
					
						
							
								d7cb1fbbc6
							
						
					
				
			
			
				commit
				
					
						bb8c5314bc
					
				
			
		
					 12 changed files with 184 additions and 66 deletions
				
			
		
							
								
								
									
										15
									
								
								digitalglarus/templates/emails/contact.html
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										15
									
								
								digitalglarus/templates/emails/contact.html
									
										
									
									
									
										Normal file
									
								
							| 
						 | 
				
			
			@ -0,0 +1,15 @@
 | 
			
		|||
 | 
			
		||||
<<!DOCTYPE html>
 | 
			
		||||
<html>
 | 
			
		||||
<head>
 | 
			
		||||
	<title></title>
 | 
			
		||||
</head>
 | 
			
		||||
<body>
 | 
			
		||||
 | 
			
		||||
Name:{{data.name}}<br/>
 | 
			
		||||
Email:{{data.email}}<br/>
 | 
			
		||||
Phone number:{{data.phone_number}}<br/>
 | 
			
		||||
Message:{{data.message}}<br/>
 | 
			
		||||
 | 
			
		||||
</body>
 | 
			
		||||
</html>
 | 
			
		||||
							
								
								
									
										15
									
								
								digitalglarus/templates/emails/contact.txt
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										15
									
								
								digitalglarus/templates/emails/contact.txt
									
										
									
									
									
										Normal file
									
								
							| 
						 | 
				
			
			@ -0,0 +1,15 @@
 | 
			
		|||
 | 
			
		||||
<<!DOCTYPE html>
 | 
			
		||||
<html>
 | 
			
		||||
<head>
 | 
			
		||||
	<title></title>
 | 
			
		||||
</head>
 | 
			
		||||
<body>
 | 
			
		||||
 | 
			
		||||
Name:{{data.name}}<br/>
 | 
			
		||||
Email:{{data.email}}<br/>
 | 
			
		||||
Phone number:{{data.phone_number}}<br/>
 | 
			
		||||
Message:{{data.message}}<br/>
 | 
			
		||||
 | 
			
		||||
</body>
 | 
			
		||||
</html>
 | 
			
		||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue