From e31f1e3f6d56b13a9682fcc0a337ef828c25bb88 Mon Sep 17 00:00:00 2001 From: Ville Rantanen Date: Wed, 24 Jan 2018 19:22:14 +0200 Subject: [PATCH] direct upload from listing page --- code/templates/list.html | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/code/templates/list.html b/code/templates/list.html index dc56ed7..950753f 100644 --- a/code/templates/list.html +++ b/code/templates/list.html @@ -3,6 +3,11 @@

{{ name }}

{% if upload %} + upload +
+ +

+ +

{% else %} Grayed out + upload {% endif %}