summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@archive.org>2020-10-01 19:24:40 -0700
committerBryan Newbold <bnewbold@archive.org>2020-10-01 19:28:56 -0700
commitb3e5a639b9f8c0bc99f341d0a73239cc1ed3e9ab (patch)
tree145bb1842d5c94aae6c74ac23366d1c75825b7ec
parentaf9e3f500eb79ea7b7cd8f10171327d7ca293701 (diff)
downloadfatcat-scholar-b3e5a639b9f8c0bc99f341d0a73239cc1ed3e9ab.tar.gz
fatcat-scholar-b3e5a639b9f8c0bc99f341d0a73239cc1ed3e9ab.zip
remove un-implemented links from footer
-rw-r--r--fatcat_scholar/templates/base.html2
1 files changed, 0 insertions, 2 deletions
diff --git a/fatcat_scholar/templates/base.html b/fatcat_scholar/templates/base.html
index 89cd4ff..9e27b45 100644
--- a/fatcat_scholar/templates/base.html
+++ b/fatcat_scholar/templates/base.html
@@ -234,8 +234,6 @@
<a href="{{ lang_prefix }}/about#howitworks" class="item">{{ _("How It Works") }}</a>
<a href="{{ lang_prefix }}/about#sources" class="item">{{ _("Content Sources") }}</a>
<a href="{{ lang_prefix }}/about#tdm" class="item">{{ _("Text and Data Mining") }}</a>
- <a href="#" class="item">{{ _("Discussion Forum") }}</a>
- <a href="#" class="item">{{ _("Statistics") }}</a>
<a href="/help" class="item">{{ _("Help") }}</a>
</div>
</div>