From faeef7905328b1861daa84ce73f3500895d86158 Mon Sep 17 00:00:00 2001 From: shagi Date: Tue, 22 Dec 2020 15:54:32 +0100 Subject: [PATCH] Add form.media to base_form.html --- gas/templates/gas/base_form.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/gas/templates/gas/base_form.html b/gas/templates/gas/base_form.html index 4d49256..41aef89 100644 --- a/gas/templates/gas/base_form.html +++ b/gas/templates/gas/base_form.html @@ -29,3 +29,7 @@ {% endblock %} + +{% block extra_js %} + {{ form.media }} +{% endblock %}