Hello! This is Ponta, a Shiba Inu. I had my body washed at will in the bathroom today. After that, I felt strange that I wasn't myself, so I just licked my whole body.
Well, today I'm going to challenge the form.
wan/templates/wan/index.html
<!DOCTYPE html>
<html lang="ja">
<head>
<meta charset="utf-8">
<title>{{ title }}</title>
</head>
<body>
<h1>{{ title }}</h1>
<p>{{ message }}</p>
<form action="{% url 'wan:form' %}" method="POST">
{% csrf_token %}
<label for="message">message: </label>
<input id="message" type="text" name="message">
<input type="reset" value="cancel">
<input type="submit" value="click">
</form>
</body>
</html>
The form is described. There is {% url'wan: form'%}, but wan: form in this represents the destination of