前端代码
{% extends 'layout.html' %}
{% load static %}
导入css
{% block css %}
<link rel="stylesheet" href="{% static 'plugins/bootstrap-datetimepicker/css/bootstrap-datetimepicker.css' %}">
{% endblock %}
{% block content %}
<div class&
前端代码
{% extends 'layout.html' %}
{% load static %}
导入css
{% block css %}
<link rel="stylesheet" href="{% static 'plugins/bootstrap-datetimepicker/css/bootstrap-datetimepicker.css' %}">
{% endblock %}
{% block content %}
<div class&