There was an error while loading. Please reload this page.
1 parent bb7bb8a commit 2070cb5Copy full SHA for 2070cb5
html_forms/templates/forms/create.html
@@ -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