Skip to content
Snippets Groups Projects
Commit 97bd4eb2 authored by Janne Mareike Koschinski's avatar Janne Mareike Koschinski
Browse files

Improved upload messages

parent 6dab5439
Branches
No related tags found
No related merge requests found
......@@ -6,6 +6,10 @@
<div class="image-container">
<img src="/{{.Id}}t" >
</div>
<form action="/me/images/delete" method="post" class="delete-form">
<input type="hidden" name="id" value="{{.Id}}">
<input type="submit" value="Delete">
</form>
<div class="info">
<p>{{.OriginalName}}</p>
<p><time>{{.CreatedAt.Format "2006-01-02 15:04"}}</time></p>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment