7 lines
		
	
	
		
			130 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			130 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
<html>
 | 
						|
    <form method='post'>
 | 
						|
        {% csrf_token %}
 | 
						|
        {{ form.as_p }}
 | 
						|
        <input type='submit'>
 | 
						|
    </form>
 | 
						|
</html> |