ft_transcendence/accounts/templates/register.html

7 lines
130 B
HTML
Raw Normal View History

2023-10-24 10:31:26 -04:00
<html>
<form method='post'>
{% csrf_token %}
{{ form.as_p }}
2023-10-24 10:31:26 -04:00
<input type='submit'>
</form>
</html>