Newer
Older
{% 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 %}
<!-- Load bootstrap, jquery and fontawesome-->
Benjamin Hättasch
committed
{% bootstrap_javascript jquery=True %}