Extend create_project.html from responsive base template
This commit is contained in:
parent
46d36f1e75
commit
8200d40cf1
1 changed files with 1 additions and 2 deletions
|
|
@ -1,4 +1,4 @@
|
|||
{% extends "base/base_with_nav.html" %}
|
||||
{% extends "base/base_with_nav_responsive.html" %}
|
||||
{% from "macros.html" import alert, field, input, date %}
|
||||
|
||||
{% block css %}
|
||||
|
|
@ -30,7 +30,6 @@
|
|||
{% endblock %}
|
||||
|
||||
{% block scripts %}
|
||||
<script type="text/javascript" src="../static/js/bootstrap-datepicker.js"></script>
|
||||
<script type="text/javascript">
|
||||
$('.datepicker').datepicker()
|
||||
</script>
|
||||
|
|
|
|||
Loading…
Reference in a new issue