summaryrefslogtreecommitdiff
path: root/inst/app/templates/content/data/enter-data.html
diff options
context:
space:
mode:
Diffstat (limited to 'inst/app/templates/content/data/enter-data.html')
-rw-r--r--inst/app/templates/content/data/enter-data.html6
1 files changed, 5 insertions, 1 deletions
diff --git a/inst/app/templates/content/data/enter-data.html b/inst/app/templates/content/data/enter-data.html
index 621c785..f4d5e75 100644
--- a/inst/app/templates/content/data/enter-data.html
+++ b/inst/app/templates/content/data/enter-data.html
@@ -8,6 +8,10 @@
</div>
</div>
<hr>
-<form>
+<form class="mb-5">
{{ htmlTemplate("templates/content/data/enter-data/bulk-entry.html") }}
</form>
+<hr>
+<form>
+ {{ htmlTemplate("templates/content/data/enter-data/load-samples.html") }}
+</form>