Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 10b26e3

Browse filesBrowse files
author
Hugo Hamon
committed
[book] fixed HTML code for the submit button of the login form.
1 parent b8edbee commit 10b26e3
Copy full SHA for 10b26e3

File tree

Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed

‎book/security.rst

Copy file name to clipboardExpand all lines: book/security.rst
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -457,7 +457,7 @@ Finally, create the corresponding template:
457457
<input type="hidden" name="_target_path" value="/account" />
458458
#}
459459

460-
<input type="submit" name="login" />
460+
<button type="submit">login</button>
461461
</form>
462462

463463
.. code-block:: html+php
@@ -479,7 +479,7 @@ Finally, create the corresponding template:
479479
<input type="hidden" name="_target_path" value="/account" />
480480
-->
481481

482-
<input type="submit" name="login" />
482+
<button type="submit">login</button>
483483
</form>
484484

485485
.. tip::

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.