diff options
author | Frederick Muriuki Muriithi | 2025-02-18 16:24:14 -0600 |
---|---|---|
committer | Frederick Muriuki Muriithi | 2025-02-18 16:24:14 -0600 |
commit | 75add682a8d63a30e947b6bcd8d2e5dfee06c297 (patch) | |
tree | 45879792ca984fc5ef20933172742e48e4a40d97 /uploader/templates/populations/macro-select-population.html | |
parent | c403183a504769af6b3aa25b5438e945efbc91ff (diff) | |
download | gn-uploader-75add682a8d63a30e947b6bcd8d2e5dfee06c297.tar.gz |
Use new searchable list tables with off-ramps for data creation.
Diffstat (limited to 'uploader/templates/populations/macro-select-population.html')
-rw-r--r-- | uploader/templates/populations/macro-select-population.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/uploader/templates/populations/macro-select-population.html b/uploader/templates/populations/macro-select-population.html index c223776..14b0510 100644 --- a/uploader/templates/populations/macro-select-population.html +++ b/uploader/templates/populations/macro-select-population.html @@ -42,6 +42,10 @@ ({{species['SpeciesName']}}).<br /> Click "Continue" to create the first!</p> <input type="hidden" name="population_id" value="CREATE-POPULATION" /> + + <div class="col-sm-offset-10 col-sm-2"> + <input type="submit" value="continue" class="btn btn-primary" /> + </div> {%endif%} </form> |