{% extends "admin/base_site.html" %} {% load bootstrap4 %} {% load fontawesome_5 %} {% load static %} {% block stylesheet %}{% static "common/css/admin-bootstrap.css" %}{% endblock %} {% block extrastyle %} {% if not debug %} <link rel="stylesheet" type="text/css" href="{% static "common/css/admin-color.css" %}"/> {% endif %} {% endblock %} {% block extrahead %} <!-- Load bootstrap, jquery and fontawesome--> {% bootstrap_javascript jquery=True %} {% fontawesome_5_static %} <style> a.btn { color: #FFFFFF; } .block-header { margin-top: 20px; } </style> {% endblock %}