mirror of
https://github.com/hequan2017/seal.git
synced 2026-04-08 05:18:08 +08:00
24 lines
828 B
Python
24 lines
828 B
Python
{% load static %}
|
|
|
|
<link href=" {% static "css/bootstrap.min.css" %}" rel="stylesheet">
|
|
<link href="{% static "font-awesome/css/font-awesome.css" %}" rel="stylesheet">
|
|
|
|
<link href="{% static "css/animate.css" %}" rel="stylesheet">
|
|
<link href="{% static "css/style.css" %} " rel="stylesheet">
|
|
|
|
<link href="{% static "css/datatables.min.css" %} " rel="stylesheet">
|
|
|
|
<link href="{% static "css/plugins/select2/select2.min.css" %} " rel="stylesheet">
|
|
|
|
|
|
<link href="{% static "css/plugins/sweetalert/sweetalert.css" %}" rel="stylesheet">
|
|
|
|
<link href="{% static "css/animate.css" %}" rel="stylesheet">
|
|
<link href="{% static "css/style.css" %}" rel="stylesheet">
|
|
|
|
|
|
<link href="{% static "css/plugins/toastr/toastr.min.css" %}" rel="stylesheet">
|
|
<link href="{% static "css/plugins/steps/jquery.steps.css" %}" rel="stylesheet">
|
|
|
|
|