diff options
Diffstat (limited to 'uploader/templates/sui-index.html')
| -rw-r--r-- | uploader/templates/sui-index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/uploader/templates/sui-index.html b/uploader/templates/sui-index.html index e6873e2..260ec30 100644 --- a/uploader/templates/sui-index.html +++ b/uploader/templates/sui-index.html @@ -1,5 +1,6 @@ {%extends "sui-base.html"%} {%from "flash_messages.html" import flash_all_messages%} +{%from "macro-forms.html" import add_http_feature_flags%} {%from "macro-step-indicator.html" import step_indicator%} {%block title%}Home{%endblock%} @@ -25,8 +26,7 @@ <div class="row"> <form method="GET" action="{{url_for('base.index')}}" class="form-horizontal"> - <input type="hidden" name="streamlined_ui", value="{{streamlined_ui}}" /> - + {{add_http_feature_flags()}} {%if species | length != 0%} <div style="margin-top:3em;"> <table id="tbl-select-species" class="table compact stripe" |
