Project

General

Profile

Download (411 Bytes) Statistics
| Branch: | Tag: | Revision:

calebasse / calebasse / dossiers / templates / dossiers / state.html @ dc526631

1
{% load widget_tweaks %}
2

    
3
<form action="{{ request.get_full_path }}" method="post">
4
  {% csrf_token %}
5
   <p>
6
   <label for="id_date">Date :</label>
7
   {{ form.date.errors }}
8
   <input id="id_date" class="date" name="date" value="{% now "d/m/Y" %}"/>
9
   </p>
10
   <p>
11
    <label for="id_comment">Commentaire :</label>
12
    <textarea id="id_comment" style="width: 90%;" name="comment"></textarea>
13
   </p>
14
 </form>
(19-19/20)