mirror of
https://gitlab.com/animath/si/plateforme-corres2math.git
synced 2025-02-06 11:33:00 +00:00
Load calendar icon
This commit is contained in:
parent
42e1abd9aa
commit
072ba3b2a3
@ -1,6 +1,10 @@
|
|||||||
{% extends "base.html" %}
|
{% 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 %}
|
{% block contenttitle %}
|
||||||
<h2>{% trans "Calendar" %}</h2>
|
<h2>{% trans "Calendar" %}</h2>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user