diff options
author | Philip Sargent <philip.sargent@gmail.com> | 2023-10-23 22:54:46 +0300 |
---|---|---|
committer | Philip Sargent <philip.sargent@gmail.com> | 2023-10-23 22:54:46 +0300 |
commit | 33477f2b40a5e88379d2d05cfc5356afdbb06269 (patch) | |
tree | 62d029458a69991bfe4de4a6a27d049696f28b39 /templates/base.html | |
parent | b522899216695187f70f8c35aef6c962124d3308 (diff) | |
download | troggle-33477f2b40a5e88379d2d05cfc5356afdbb06269.tar.gz troggle-33477f2b40a5e88379d2d05cfc5356afdbb06269.tar.bz2 troggle-33477f2b40a5e88379d2d05cfc5356afdbb06269.zip |
refactoring duplicate code
Diffstat (limited to 'templates/base.html')
-rw-r--r-- | templates/base.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/base.html b/templates/base.html index 46f29b2..78194ab 100644 --- a/templates/base.html +++ b/templates/base.html @@ -47,7 +47,7 @@ <a href="{% url "dataissues" %}">Data Issues</a> | <a href="/handbook/computing/todo-data.html">tasks to do </a> | - <a id="entsLink" href="{% url "eastings" %}">ents</a> | + <a id="entsLink" href="{% url "entranceindex" %}">ents</a> | <a id="folklink" href="/folk">expoers</a> | <a id="caversLink" href="{% url "notablepersons" %}">survey lengths</a> | <a href="{% url "stats" %}">statistics</a> | |