Update media.txt

Fixed typo: froms -> forms
This commit is contained in:
Kenny Rachuonyo 2013-06-09 08:23:48 +03:00
parent 6a092f24e0
commit 4bd6e5e895
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ define the media requirements.
Here's a simple example::
from django import froms
from django import forms
class CalendarWidget(forms.TextInput):
class Media: