diff options
Diffstat (limited to 'templates/base.html')
-rw-r--r-- | templates/base.html | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/templates/base.html b/templates/base.html index ccc6982..20d6af5 100644 --- a/templates/base.html +++ b/templates/base.html @@ -44,7 +44,7 @@ <a href="/handbook/computing/todo-data.html">tasks to do </a> | <a id="cavesLink" href="{% url "caveindex" %}">caves</a> | <a id="folklink" href="/folk">expoers</a> | - <a id="caversLink" href="{% url "personindex" %}">survey lengths</a> | + <a id="caversLink" href="{% url "notablepersons" %}">survey lengths</a> | <a href="{% url "stats" %}">statistics</a> | <a href="{% url "expedition" 2018 %}">Expo2018</a> | <a href="{% url "expedition" 2019 %}">Expo2019</a> | @@ -65,10 +65,7 @@ <div id="related"> {% block related %} -<script language="javascript"> - $('#related').remove() - /*This is a hack to stop a line appearing because of the empty div border*/ -</script> + {% endblock %} </div> {% block content %} |