Use Uploaded by instead of Created by for the label.

Move status to the last column on the table
This commit is contained in:
Rebecca Law
2016-05-11 14:45:20 +01:00
parent 46d5065297
commit 53fb1dcc4b
3 changed files with 6 additions and 6 deletions

View File

@@ -16,5 +16,5 @@
Started {{ uploaded_at|format_datetime }}
</p>
{% endif %}
Created by {{ created_by }}
Uploaded by {{ created_by }}
</div>