mirror of
https://github.com/django/django.git
synced 2025-09-29 07:26:52 +03:00
Update media.txt
Fixed typo: froms -> forms
This commit is contained in:
parent
6a092f24e0
commit
4bd6e5e895
|
@ -49,7 +49,7 @@ define the media requirements.
|
||||||
|
|
||||||
Here's a simple example::
|
Here's a simple example::
|
||||||
|
|
||||||
from django import froms
|
from django import forms
|
||||||
|
|
||||||
class CalendarWidget(forms.TextInput):
|
class CalendarWidget(forms.TextInput):
|
||||||
class Media:
|
class Media:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user