summaryrefslogtreecommitdiff
path: root/scipy/templates/profile.html
blob: d64b87c96437c5bd4ccd0bf5a8b40d1e66077460 (plain)
1
2
3
4
5
<h3>Register</h3>
<form action="/2013/accounts/profile/" method="POST"> {% csrf_token %}
	{{ form.as_p }}
	<input type="submit" value="Update">
</form>