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/index.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/index.html')
| -rw-r--r-- | uploader/templates/populations/index.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/uploader/templates/populations/index.html b/uploader/templates/populations/index.html index 4354e02..d2bee77 100644 --- a/uploader/templates/populations/index.html +++ b/uploader/templates/populations/index.html @@ -22,3 +22,7 @@ {{select_species_form(url_for("species.populations.index"), species)}} </div> {%endblock%} + +{%block javascript%} +<script type="text/javascript" src="/static/js/species.js"></script> +{%endblock%} |
