Skip to content

Commit 120b28d

Browse files
committed
Include form.media (widget dependencies) in form.html
1 parent a4e209a commit 120b28d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

mail_factory/templates/mail_factory/form.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212

1313
{% block extrahead %}
1414
{{ block.super }}
15+
{{ form.media }}
1516

1617
<script type="text/javascript">
1718
(function($) {

0 commit comments

Comments
 (0)