mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-05-11 08:43:10 +00:00
removed datepickers, due to be updated in a nearer PR
This commit is contained in:
parent
38e4e6d361
commit
594785d564
1 changed files with 9 additions and 14 deletions
|
|
@ -250,17 +250,14 @@
|
|||
</ul>
|
||||
</form>
|
||||
|
||||
<h3>Date picker</h3>
|
||||
<div class="datepicker"></div>
|
||||
|
||||
<h3>Time picker</h3>
|
||||
<div class="timepicker"></div>
|
||||
|
||||
<p>TODO: Rich text</p>
|
||||
<p>TODO: page chooser</p>
|
||||
<p>TODO: image chooser</p>
|
||||
<p>TODO: document chooser</p>
|
||||
<p>TODO: snippet chooser</p>
|
||||
<h3>TODO: Date picker</h3>
|
||||
<h3>TODO: Time picker</h3>
|
||||
<h3>TODO: Datetime picker</h3>
|
||||
<h3>TODO: Rich text input</h3>
|
||||
<h3>TODO: Page chooser</h3>
|
||||
<h3>TODO: Image chooser</h3>
|
||||
<h3>TODO: Document chooser</h3>
|
||||
<h3>TODO: Snippet chooser</h3>
|
||||
</section>
|
||||
|
||||
<section id="editor">
|
||||
|
|
@ -395,9 +392,7 @@
|
|||
{% block extra_js %}
|
||||
<script>
|
||||
$(function(){
|
||||
$('.datepicker').datepicker();
|
||||
$('.timepicker').timepicker();
|
||||
$('.timepicker').timepicker('show');
|
||||
|
||||
})
|
||||
</script>
|
||||
{% endblock %}
|
||||
Loading…
Reference in a new issue