mirror of
https://github.com/nottinghamtec/PyRIGS.git
synced 2026-03-06 03:58:23 +00:00
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:
@@ -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 %}
|
||||
|
||||
Reference in New Issue
Block a user