Files
goodtimes/templates/cdn_through_html/datatable_cdn_css.html

5 lines
379 B
HTML
Raw Permalink Normal View History

2024-02-29 13:25:50 +05:30
{% load static%}
<link rel="stylesheet" type="text/css" href="{% static 'src/plugins/src/table/datatable/datatables.css' %}">
<link rel="stylesheet" type="text/css" href="{% static 'src/plugins/css/light/table/datatable/dt-global_style.css' %}">
<link rel="stylesheet" type="text/css" href="{% static 'src/plugins/css/light/table/datatable/custom_dt_custom.css' %}">