Remove extra colons

This commit is contained in:
sinedied
2020-11-10 08:33:04 +01:00
parent 1d81829ac1
commit 97eff848bc
3 changed files with 3 additions and 3 deletions

View File

@@ -43,7 +43,7 @@ The `<button>` element within a form is a bit special. If you do not specify its
- `reset`: The button resets all the form controls to their initial values.
- `button`: Do not assign a default behavior when the button is pressed. You can then assign custom actions to it using JavaScript.
### Task:
### Task
Let's start by adding a form to the `login` template. We'll need a *username* field and a *Login* button.