Add XML export format

This commit is contained in:
JonnyWong16 2020-09-30 00:04:27 -07:00
parent ad8dee3c47
commit 454235dd9a
No known key found for this signature in database
GPG key ID: B1F1F9807184697A
5 changed files with 87 additions and 21 deletions

View file

@ -81,8 +81,9 @@ DOCUMENTATION :: END
<div class="row">
<div class="col-md-12">
<select class="form-control" id="file_format_select" name="file_format_select">
<option value="csv">CSV</option>
<option value="json">JSON</option>
% for format in file_formats:
<option value="${format}">${format.upper()}</option>
% endfor
</select>
</div>
</div>