14 lines
		
	
	
		
			234 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			234 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
{% extends "stripped_base.html" %}
 | 
						|
 | 
						|
{% block content %}
 | 
						|
 | 
						|
<form method="post">
 | 
						|
    {% csrf_token %} {{form.as_p}} <button class="waves-effect waves-light btn green accent-4" type="submit">sign up</button></form>
 | 
						|
  
 | 
						|
 | 
						|
 | 
						|
{% endblock %}
 | 
						|
 | 
						|
 | 
						|
 |