Skip to content

Commit 2070cb5

Browse files
committed
postForm
1 parent bb7bb8a commit 2070cb5

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
<form action="{% url 'postgoal' %}" method=POST>
2+
{% csrf_token %}
3+
<input type="text" name="info" placeholder="Escribe algo...">
4+
<input type="submit" value="Enviar">
5+
</form>

0 commit comments

Comments
 (0)