itf/itf/templates/test/popup.html

15 lines
274 B
HTML

<!doctype html>
<html>
<head>
</head>
<body>
<form action="" method="POST">
{% csrf_token %}
{{ form.as_p }}
<br /><br />
<input type="submit" value="Submit" />
</form>
</body>
</html>