aboutsummaryrefslogtreecommitdiff
path: root/qc_app/templates/dbupdate_hidden_fields.html
diff options
context:
space:
mode:
Diffstat (limited to 'qc_app/templates/dbupdate_hidden_fields.html')
-rw-r--r--qc_app/templates/dbupdate_hidden_fields.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/qc_app/templates/dbupdate_hidden_fields.html b/qc_app/templates/dbupdate_hidden_fields.html
index 5a95cbb..ccbc299 100644
--- a/qc_app/templates/dbupdate_hidden_fields.html
+++ b/qc_app/templates/dbupdate_hidden_fields.html
@@ -4,6 +4,9 @@
<input type="hidden" name="filename" value="{{filename}}" />
<input type="hidden" name="filetype" value="{{filetype}}" />
+{%if kwargs.get("totallines")%}
+<input type="hidden" name="totallines" value="{{kwargs['totallines']}}" />
+{%endif%}
{%if kwargs.get("species"):%}
<input type="hidden" name="species" value="{{kwargs['species']}}" />
{%endif%}