Better method for date editing; updates for DateHandler
svn: r19654
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user