Load calendar icon

This commit is contained in:
Yohann D'ANELLO 2020-10-20 14:22:19 +02:00
parent 42e1abd9aa
commit 072ba3b2a3
1 changed files with 5 additions and 1 deletions

View File

@ -1,6 +1,10 @@
{% extends "base.html" %}
{% load django_tables2 i18n %}
{% load django_tables2 i18n static %}
{% block extracss %}
<link rel="stylesheet" href="{% static "bootstrap_datepicker_plus/css/datepicker-widget.css" %}">
{% endblock %}
{% block contenttitle %}
<h2>{% trans "Calendar" %}</h2>