Django admin datepicker calendar and clock img
问题 I'm using the admin datepicker in my form, but it is not displaying the clock and calendar images. Here's the head of my template: {% extends "shared/base.html" %} {% load adminmedia %} {% block extra_head %} <link rel="stylesheet" type="text/css" href="{{ STATIC_URL }}admin/css/forms.css"/> <link rel="stylesheet" type="text/css" href="{{ STATIC_URL }}admin/css/base.css"/> <link rel="stylesheet" type="text/css" href="{{ STATIC_URL }}admin/css/global.css"/> <link rel="stylesheet" type="text