Skip to content

Commit

Permalink
merge: #783 from ginger/help-footer
Browse files Browse the repository at this point in the history
  • Loading branch information
alycejenni authored Jul 5, 2024
2 parents 7a01fdf + 2aca469 commit 9eaacea
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions ckanext/nhm/theme/templates/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -58,28 +58,31 @@
<li><a href="{{ h.url_for('about.credits') }}">Credits</a></li>
</ul>
</li>
<li role="presentation">
<a href="{{ h.url_for('help.index') }}">
Help
</a>
</li>
<li role="presentation"><a
href="{{ h.url_for('contact.form') }}">Contact</a>
</li>
<li role="presentation">{{ h.api_doc_link() }}</li>
<li role="presentation"><a
href="{{ h.url_for('legal.privacy') }}">Privacy notice</a></li>
href="{{ h.url_for('legal.privacy') }}">Privacy</a></li>
<li role="presentation"><a href="{{ h.url_for('legal.terms') }}">T&amp;C</a>
</li>
<li role="presentation">
<a href="https://www.nhm.ac.uk/about-us/website-accessibility-statement.html">
Website accessibility statement
Accessibility
</a>
</li>
<li role="presentation">
<a href="{{ h.url_for('about.aohc') }}">
Acknowledgement of harmful content
Harmful content
</a>
</li>
{% if g.userobj %}
<li role="presentation">
<a href="{{ h.url_for('user.read', id=g.userobj.name) }}">{{ _('My
account') }}</a>
<a href="{{ h.url_for('user.read', id=g.userobj.name) }}">{{ _('Account') }}</a>
</li>
<li role="presentation">
<a href="{{ h.url_for('user.logout') }}">{{ _('Log out') }}</a>
Expand Down

0 comments on commit 9eaacea

Please sign in to comment.