mirror of
https://github.com/django/django.git
synced 2025-04-01 12:06:43 +00:00
Merge pull request #1256 from krmboya/patch-1
Fixed #20575 -- Typo in docs/topics/forms/media.txt
This commit is contained in:
commit
a47116cb4c
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user