kastielspb

import-export select fix

Dec 19th, 2019 (edited)
214
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. # shared/templates/admin/import_export/base.html
  2. {% extends "admin/import_export/base.html" %}
  3. {% load static %}
  4.  
  5. {% block extrahead %}{{ block.super }}
  6.     <script type="text/javascript" src="{% static "admin/js/vendor/jquery/jquery.js" %}"></script>
  7.     <script type="text/javascript" src="{% static "admin/js/jquery.init.js" %}"></script>
  8. {% endblock %}
Add Comment
Please, Sign In to add comment