You need to sign in or sign up before continuing.
Newer
Older
{% extends "admin/base_site.html" %}
{% load bootstrap4 %}
{% load fontawesome_5 %}
{% load static %}
{% block extrastyle %}
{% if not debug %}
<link rel="stylesheet" type="text/css" href="{% static "common/css/admin-color.css" %}"/>
{% endif %}
{% endblock %}
{% block extrahead %}
{% bootstrap_css %}
{% bootstrap_javascript jquery='full' %}