Updates to person model. Removed comments for now in favour of a simple notes section that can be easily modified as a text field. Will look at introducing this again in the future.

This commit is contained in:
tomtom5152
2014-10-31 02:23:20 +00:00
parent 74bc6826ea
commit fefe353823
10 changed files with 121 additions and 21 deletions

View File

@@ -16,7 +16,7 @@
<td>Name</td>
<td>Email</td>
<td>Phone</td>
<td>Comments</td>
<td>Notes</td>
<td></td>
</tr>
</thead>
@@ -27,7 +27,7 @@
<td>{{ person.name }}</td>
<td>{{ person.email }}</td>
<td>{{ person.phone }}</td>
<td>{{ person.comment_list|length }}</td>
<td>{{ person.notes|yesno|capfirst }}</td>
<td>Add buttons</td>
</tr>
{% empty %}