summaryrefslogtreecommitdiff
path: root/templates/chimere/base.html
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2024-04-26 10:42:42 +0200
committerÉtienne Loks <etienne.loks@iggdrasil.net>2024-04-26 10:43:21 +0200
commitee90ba3cc38e39975f4ae18f0eea304d5dee8036 (patch)
tree9417b8f0339502e97a140229ec594c695738e2d0 /templates/chimere/base.html
parentb5b1543693501e13a97b881c8f6770722f6b2676 (diff)
downloadChimère - projet Saclay-saclay-v4.0.tar.bz2
Chimère - projet Saclay-saclay-v4.0.zip
Adaptation chimere 3 - django v2.2saclay-v4.0
Diffstat (limited to 'templates/chimere/base.html')
-rw-r--r--templates/chimere/base.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/chimere/base.html b/templates/chimere/base.html
index de5a885..8cd0d02 100644
--- a/templates/chimere/base.html
+++ b/templates/chimere/base.html
@@ -1,6 +1,7 @@
{% extends "base.html" %}
{% load chimere_tags i18n %}
{% block extra_head %}
+<script src="{{ STATIC_URL }}jquery-ui/jquery-ui.min.js?ver={{VERSION}}" type="text/javascript"></script>
<link href='https://fonts.googleapis.com/css?family=Numans' rel='stylesheet' type='text/css'/>
<link rel="stylesheet" href="{{ STATIC_URL }}font-awesome/css/font-awesome.min.css?ver=4.3.0" />
<link rel="stylesheet" href="{{ STATIC_URL }}bootstrap/bootstrap.min.css?ver=4.3.0" />
@@ -11,7 +12,6 @@
<link rel="stylesheet" href="{{ STATIC_URL }}saclay/css/saclay.css?ver={{SACLAY_VERSION}}" />
{% for css in EXTRA_CSS %}<link rel="stylesheet" href="{{ css }}?ver={{SACLAY_VERSION}}" />{% endfor %}
<link rel="stylesheet" href="{{ STATIC_URL }}saclay/css/print.css?ver={{SACLAY_VERSION}}" media='print'/>
-<script src="{{ STATIC_URL }}bootstrap/bootstrap.min.js?ver=3.0.0" type="text/javascript"></script>
{% if MOBILE %}
<link rel="stylesheet" href="{{ STATIC_URL }}chimere/css/mobile.css?ver={{VERSION}}" />
<link rel="stylesheet" href="{{ STATIC_URL }}saclay/css/mobile.css?ver={{SACLAY_VERSION}}" />