mirror of
https://gitlab.com/animath/si/plateforme-corres2math.git
synced 2024-12-05 02:06:52 +00:00
Load calendar icon
This commit is contained in:
parent
42e1abd9aa
commit
072ba3b2a3
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user