7 lines
203 B
HTML
7 lines
203 B
HTML
|
{%extends 'base.html'%}
|
||
|
{%load static%}
|
||
|
{%block extracss%}
|
||
|
<link rel="stylesheet" href="{% static 'DetectionApp/css/detection-detail.css' %}">
|
||
|
{%endblock extracss%}
|
||
|
{%block content%}
|
||
|
{%endblock content%}
|