kenken999's picture
te
a746d34
raw
history blame
221 Bytes
{% extends 'base.html' %}
{% block content %}
<h1>Create Website</h1>
<form method="post">
{% csrf_token %}
{{ form.as_p }}
<button type="submit">Create</button>
</form>
{% endblock %}