Update working_with_forms.rst

This commit is contained in:
Roberto Abdelkader Martínez Pérez
2019-11-19 12:49:27 +01:00
committed by GitHub
parent 0e9bf9ff54
commit 4144e2be9e
+1 -1
View File
@@ -7,7 +7,7 @@ form are sent to the server in an HTTP call.
Kapow! handles the form decoding for you, the only thing you need to Kapow! handles the form decoding for you, the only thing you need to
know is which *field* or *fields* of the form you want. know is which *field* or *fields* of the form you want.
In this example we respond back with the content of the form field `myfield`: In this example we respond back with the content of the form field ``myfield``:
.. code-block:: bash .. code-block:: bash