Plankton_Detector/PlanktonDetector/templates/detection_detail.html
2023-12-13 02:11:29 +01:00

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%}