diff --git a/nlmapsweb/templates/base.html b/nlmapsweb/templates/base.html index 84ced787c36a85c28f31dc0c5b88bb757cfa018d..d96144a271b3bbee0db1728c253d01681abfd232 100644 --- a/nlmapsweb/templates/base.html +++ b/nlmapsweb/templates/base.html @@ -98,6 +98,7 @@ <a href="{{ url_for('legal_notice') }}">Legal Notice</a> <a href="{{ url_for('terms') }}">Terms of Service</a> <a href="{{ url_for('contributors') }}">Contributors</a> + <a href="{{ url_for('datasets') }}">Datasets</a> </nav> </div> </body>