Revision 83bedd6f
Added by Serghei Mihai over 9 years ago
| corbo/templates/corbo/base.html | ||
|---|---|---|
|
<link rel='stylesheet' type='text/css' href='{% static "css/corbo.css" %}' />
|
||
|
{% endblock %}
|
||
|
|
||
|
{% block extrascripts %}
|
||
|
{{ block.super }}
|
||
|
<link rel="stylesheet" type="text/css" media="all" href="{% static 'css/datetimepicker.css' %}" />
|
||
|
<script src="{% static 'js/bootstrap-datetimepicker.js' %}"></script>
|
||
|
<script src="{% static 'js/locales/bootstrap-datetimepicker.fr.js' %}"></script>
|
||
|
{% endblock %}
|
||
|
|
||
|
{% block logout-url %}
|
||
|
{% url "auth_logout" %}
|
||
|
{% endblock %}
|
||
Also available in: Unified diff
use datetime picker for announce publish and expiration dates