We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8edbee commit 10b26e3Copy full SHA for 10b26e3
book/security.rst
@@ -457,7 +457,7 @@ Finally, create the corresponding template:
457
<input type="hidden" name="_target_path" value="/account" />
458
#}
459
460
- <input type="submit" name="login" />
+ <button type="submit">login</button>
461
</form>
462
463
.. code-block:: html+php
@@ -479,7 +479,7 @@ Finally, create the corresponding template:
479
480
-->
481
482
483
484
485
.. tip::
0 commit comments