experiment_mix.html
13 lines
| 442 B
| text/html
|
HtmlDjangoLexer
|
r96 | {% extends "base_edit.html" %} | |
{% load bootstrap3 %} | |||
{% load static %} | |||
{% load main_tags %} | |||
{% block extra-head %} | |||
<link href="{% static 'css/bootstrap-datetimepicker.min.css' %}" media="screen" rel="stylesheet"> | |||
{% endblock %} | |||
{% block extra-js%} | |||
<script src="{% static 'js/moment.min.js' %}"></script> | |||
<script src="{% static 'js/bootstrap-datetimepicker.min.js' %}"></script> | |||
<script src="{% static 'js/cr.js' %}"></script> | |||
{% endblock %} |