aboutsummaryrefslogtreecommitdiff
path: root/chishop/templates/registration/registration_form.html
blob: 719a875ce2899c69d4402e67832172911c6c680a (plain)
1
2
3
4
5
6
7
8
{% extends "base_site.html" %}

{% block content %}
<h1>Register</h1>
<form method="post" action="">
  {{form.as_p}}
<input type="submit" value="Register">
{% endblock %}