From 7b203219dd1bafe33f0ca7c379b1da2a5f8bde4a Mon Sep 17 00:00:00 2001
From: Simon Will <will@cl.uni-heidelberg.de>
Date: Tue, 4 May 2021 10:55:22 +0200
Subject: [PATCH] Add datasets link to footer

---
 nlmapsweb/templates/base.html | 1 +
 1 file changed, 1 insertion(+)

diff --git a/nlmapsweb/templates/base.html b/nlmapsweb/templates/base.html
index 84ced78..d96144a 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>
-- 
GitLab