From b2d1de098117944531896297c16cc9365204fb54 Mon Sep 17 00:00:00 2001
From: Pjotr Prins
Date: Fri, 15 May 2020 09:26:34 -0500
Subject: Template: prefill some form fields
---
 bh20simplewebuploader/templates/form.html | 11 ++++++++++-
 1 file changed, 10 insertions(+), 1 deletion(-)
diff --git a/bh20simplewebuploader/templates/form.html b/bh20simplewebuploader/templates/form.html
index 6196624..f9b1ecf 100644
--- a/bh20simplewebuploader/templates/form.html
+++ b/bh20simplewebuploader/templates/form.html
@@ -139,7 +139,16 @@
                                     {% endfor %}
                                   
                                 {% else %} 
-                                  
+                                  
                                 {% endif %}
                             
                             {% if record['list'] %}
-- 
cgit 1.4.1