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:
Eli Ribble 2016-06-28 16:06:14 -06:00
parent 8a2f7bae70
commit cd11c51cac
2 changed files with 5 additions and 1 deletions

View file

@ -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>