4 lines
252 B
HTML
4 lines
252 B
HTML
{% load static%}
|
|
<link rel="stylesheet" type="text/css" href="{% static 'src/plugins/src/sweetalerts2/sweetalerts2.css' %}">
|
|
<link rel="stylesheet" type="text/css" href="{% static 'src/plugins/css/light/sweetalerts2/custom-sweetalert.css' %}">
|