changes from desktop computer
This commit is contained in:
@@ -5,8 +5,8 @@
|
||||
{% block content %}
|
||||
|
||||
|
||||
{% addtoblock "css" strip %}<link rel="stylesheet" href="{{STATIC_URL}}/css/datepicker.css" type="text/css" media="screen" /> {% endaddtoblock %}
|
||||
{% addtoblock "css" strip %} <link rel="stylesheet" href="{{STATIC_URL}}/css/blogpost.css" type="text/css" media="screen" /> {% endaddtoblock %}
|
||||
{% addtoblock "css" strip %}<link rel="stylesheet" href="{{STATIC_URL}}css/datepicker.css" type="text/css" media="screen" /> {% endaddtoblock %}
|
||||
{% addtoblock "css" strip %} <link rel="stylesheet" href="{{STATIC_URL}}css/blogpost.css" type="text/css" media="screen" /> {% endaddtoblock %}
|
||||
|
||||
|
||||
{% addtoblock "css" %}
|
||||
@@ -34,8 +34,8 @@
|
||||
|
||||
|
||||
{% addtoblock "js" %}
|
||||
<script src="{{STATIC_URL}}/js/bootstrap-datepicker.js"></script>
|
||||
<script src="{{STATIC_URL}}/js/bootstrap-datepicker.de.js"></script>
|
||||
<script src="{{STATIC_URL}}js/bootstrap-datepicker.js"></script>
|
||||
<script src="{{STATIC_URL}}js/bootstrap-datepicker.de.js"></script>
|
||||
<script>
|
||||
|
||||
$(document).ready(function(){
|
||||
@@ -45,7 +45,7 @@ $(document).ready(function(){
|
||||
endDate: "{% now "SHORT_DATE_FORMAT" %}",
|
||||
format: "dd.mm.yyyy",
|
||||
language: "de",
|
||||
})
|
||||
});
|
||||
|
||||
datepicker.on( "changeDate", function(e){
|
||||
var month = e.date.getMonth() +1
|
||||
|
||||
Reference in New Issue
Block a user