Skip to content

Commit 6192c95

Browse files
committed
it: fix "la forma" vs "il form"
1 parent 030a7c9 commit 6192c95

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

it/django_forms/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ form = PostForm(request.POST)
190190

191191
Facile! Come prossima cosa dobbiamo controllare se il form è corretto (per cui che tutti i campi necessari siano stati impostati e che non ci siano valori sbagliati). Possiamo fare questo con `form.is_valid()`.
192192

193-
Se la forma viene ritenuta valida verrà salvata!
193+
Se il form viene ritenuto valido verrà salvato!
194194

195195
```python
196196
if form.is_valid():
@@ -395,4 +395,4 @@ $ source myvenv/bin/activate
395395

396396
[8]: https://www.pythonanywhere.com/web_app_setup/
397397

398-
Fatto! Congratulazioni :)
398+
Fatto! Congratulazioni :)

0 commit comments

Comments
 (0)