diff options
Diffstat (limited to 'qc_app/templates')
-rw-r--r-- | qc_app/templates/dbupdate_hidden_fields.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/qc_app/templates/dbupdate_hidden_fields.html b/qc_app/templates/dbupdate_hidden_fields.html index cdebeab..ec31202 100644 --- a/qc_app/templates/dbupdate_hidden_fields.html +++ b/qc_app/templates/dbupdate_hidden_fields.html @@ -5,10 +5,10 @@ <input type="hidden" name="filename" value="{{filename}}" /> <input type="hidden" name="filetype" value="{{filetype}}" /> {%if kwargs.get("species"):%} -<input type="hidden" name="species" value="{{species}}" /> +<input type="hidden" name="species" value="{{kwargs['species']}}" /> {%endif%} {%if kwargs.get("genechipid"):%} -<input type="hidden" name="genechipid" value="{{genechipid}}" /> +<input type="hidden" name="genechipid" value="{{kwargs['genechipid']}}" /> {%endif%} {%endmacro%} |