1👍
✅
Please change this:
<link href="assets/css/theme-style.css" rel="stylesheet">
to this:
<link href="{% url 'css/theme-style.css %}" rel="stylesheet">
Source:stackexchange.com