mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-14 06:14:23 +00:00
Merge remote-tracking branch 'framagit/master'
This commit is contained in:
commit
0fa3a9b0ed
@ -36,16 +36,6 @@
|
|||||||
{% endstylesheets %}
|
{% endstylesheets %}
|
||||||
|
|
||||||
{% block css%}<!-- nothing added to css -->{% endblock %}
|
{% block css%}<!-- nothing added to css -->{% endblock %}
|
||||||
|
|
||||||
{% javascripts output="js/libs.js"
|
|
||||||
"bundles/chillmain/js/jquery.js"
|
|
||||||
"bundles/chillmain/js/moment.js"
|
|
||||||
"bundles/chillmain/js/pikaday/pikaday.js"
|
|
||||||
"bundles/chillmain/js/select2/select2.js"
|
|
||||||
"bundles/chillmain/js/pikaday/plugins/pikaday.jquery.js"
|
|
||||||
"bundles/chillmain/js/chill.js" %}
|
|
||||||
<script src="{{ asset_url }}" type="text/javascript"></script>
|
|
||||||
{% endjavascripts %}
|
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
@ -162,6 +152,16 @@
|
|||||||
<p>{{ 'Programme sous license' | trans }} <b>AGPL</b></p>
|
<p>{{ 'Programme sous license' | trans }} <b>AGPL</b></p>
|
||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
|
{% javascripts output="js/libs.js"
|
||||||
|
"bundles/chillmain/js/jquery.js"
|
||||||
|
"bundles/chillmain/js/moment.js"
|
||||||
|
"bundles/chillmain/js/pikaday/pikaday.js"
|
||||||
|
"bundles/chillmain/js/select2/select2.js"
|
||||||
|
"bundles/chillmain/js/pikaday/plugins/pikaday.jquery.js"
|
||||||
|
"bundles/chillmain/js/chill.js" %}
|
||||||
|
<script src="{{ asset_url }}" type="text/javascript"></script>
|
||||||
|
{% endjavascripts %}
|
||||||
|
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
chill.initPikaday('{{ app.request.locale }}');
|
chill.initPikaday('{{ app.request.locale }}');
|
||||||
chill.emulateSticky();
|
chill.emulateSticky();
|
||||||
@ -170,7 +170,5 @@
|
|||||||
</script>
|
</script>
|
||||||
|
|
||||||
{% block js%}<!-- nothing added to js -->{% endblock %}
|
{% block js%}<!-- nothing added to js -->{% endblock %}
|
||||||
|
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
Loading…
x
Reference in New Issue
Block a user