Add last updated field to accounts table
The query here isn't quite right, but I don't have a network connection so I can't be bothered to do the actual research to find out how to do the SQL correctly. Also, I don't really care until I can do more updates, so that's fine too
This commit is contained in:
parent
8a2f7bae70
commit
cd11c51cac
2 changed files with 5 additions and 1 deletions
|
@ -9,7 +9,7 @@
|
|||
<td>{{ account.name }}</td>
|
||||
<td>{{ account.type }}</td>
|
||||
<td>{{ account.source.name }}</td>
|
||||
<td>Never</td>
|
||||
<td>{{ account.last_updated }}</td>
|
||||
<td>
|
||||
<form method="POST" action="/update/">
|
||||
<input type="hidden" name="account_uuid" value="{{ account.uuid }}"></input>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue