From 7a9d41a646bee2a340a0e4bcf4c6a0c6dc95c4b5 Mon Sep 17 00:00:00 2001 From: Ryan Lerch Date: Dec 12 2016 00:22:04 +0000 Subject: made the datepicker dropdown work on the edit page --- diff --git a/fedora_elections/templates/admin/view_election.html b/fedora_elections/templates/admin/view_election.html index d6fe5f6..a1c7722 100644 --- a/fedora_elections/templates/admin/view_election.html +++ b/fedora_elections/templates/admin/view_election.html @@ -62,3 +62,22 @@ {% endblock %} + +{% block jscripts %} +{{ super() }} + + + + +{% endblock %}