mirror of https://github.com/interlegis/sigi.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
381 B
16 lines
381 B
{% extends "admin/base.html" %}
|
|
{% load django_bootstrap5 %}
|
|
|
|
{% block extrastyle %}
|
|
{% bootstrap_css %}
|
|
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.5.0/font/bootstrap-icons.css">
|
|
{% endblock %}
|
|
|
|
{% block extrahead %}
|
|
{% bootstrap_javascript %}
|
|
{% endblock %}
|
|
|
|
{% block responsive %}
|
|
{{ block.super }}
|
|
<meta charset="utf-8">
|
|
{% endblock %}
|