5 lines
151 B
HTML
Executable File
5 lines
151 B
HTML
Executable File
{% extends "admin/base_site.html" %}
|
|
{% load static %}
|
|
{% block extrahead %}
|
|
<link rel="stylesheet" href="{% static 'css/admin.css' %}">
|
|
{% endblock %} |