Revision e4729afc
Added by Serghei Mihai over 10 years ago
corbo/templates/corbo/announce_form.html | ||
---|---|---|
4 | 4 |
<form method="post"> |
5 | 5 |
{% csrf_token %} |
6 | 6 |
{{ form.media }} |
7 |
{{ form.as_p }} |
|
8 |
<button>{% trans "Save" %}</button> |
|
7 |
<ul> |
|
8 |
{{ form.as_ul }} |
|
9 |
<li> |
|
10 |
<button>{% trans "Save" %}</button> |
|
11 |
</li> |
|
12 |
</ul> |
|
13 |
<script type="text/javascript"> |
|
14 |
$(function() { |
|
15 |
$(".datepicker" ).datepicker(); |
|
16 |
}); |
|
17 |
</script> |
|
9 | 18 |
</form> |
10 | 19 |
{% endblock %} |
Also available in: Unified diff
announce publication and expiration dates displayed in form