Better method for date editing; updates for DateHandler

svn: r19654
This commit is contained in:
Doug Blank
2012-05-26 01:48:59 +00:00
parent e860f32d51
commit ba9c607ae9
5 changed files with 16 additions and 34 deletions

View File

@@ -27,8 +27,8 @@
<tr>
<td class="ColumnAttribute">{{eventform.event_type.label}}:</td>
<td class="ColumnValue" id="data"> {% render eventform.event_type user action %}</td>
<td class="ColumnAttribute">Date:</td>
<td class="ColumnValue" id="data">{% render eventform.date user action %}</td>
<td class="ColumnAttribute">{{eventform.text.label}}:</td>
<td class="ColumnValue" id="data">{% render eventform.text user action %}</td>
</tr>
<tr>
<td class="ColumnAttribute">Description:</td>