Source du gabarit : admin/base.html

{% extends "admin/base.html" %}
{% load i18n static %}

{% block extrahead %}
      <link href="https://fonts.googleapis.com/css?family=Baloo" rel="stylesheet">
      <link rel="stylesheet" type="text/css" href="{% static "css/admin.css" %}?v=2">
{% endblock %}