git.ithinksw.org
/
philo.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Merge branch 'embed-widget' of git://github.com/lapilofu/philo into develop
[philo.git]
/
philo
/
forms
/
widgets.py
diff --git
a/philo/forms/widgets.py
b/philo/forms/widgets.py
index
739adc7
..
d223605
100644
(file)
--- a/
philo/forms/widgets.py
+++ b/
philo/forms/widgets.py
@@
-16,7
+16,7
@@
class EmbedWidget(Textarea):
json_ = json.dumps(data)
- default_attrs = {'class': 'embedding', 'data-content-types': json_ }
+ default_attrs = {'class': 'embedding
vLargeTextField
', 'data-content-types': json_ }
if attrs:
default_attrs.update(attrs)