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 af88b7b

Browse filesBrowse files
committed
Merge pull request #1137 from hhamon/security_typo
Security typo
2 parents 6174f43 + 10b26e3 commit af88b7b
Copy full SHA for af88b7b

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
@@ -458,7 +458,7 @@ Finally, create the corresponding template:
458458
<input type="hidden" name="_target_path" value="/account" />
459459
#}
460460

461-
<input type="submit" name="login" />
461+
<button type="submit">login</button>
462462
</form>
463463

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

483-
<input type="submit" name="login" />
483+
<button type="submit">login</button>
484484
</form>
485485

486486
.. tip::

0 commit comments

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