Skip to content

Commit

Permalink
Merge branch 'master' into rpenido/fal-3611-download-library-tag-spre…
Browse files Browse the repository at this point in the history
…adsheet
  • Loading branch information
rpenido authored Feb 28, 2024
2 parents 19c86a6 + 3a2b6dd commit 6189a9f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cms/templates/widgets/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -360,9 +360,11 @@ <h3 class="title"><span class="label"><a href="${get_online_help_info(online_hel
<nav class="nav-not-signedin nav-pitch" aria-label="${_('Account')}">
<h2 class="sr-only">${_("Account Navigation")}</h2>
<ol>
% if settings.FEATURES.get('ENABLE_HELP_LINK'):
<li class="nav-item nav-not-signedin-help">
<a href="${get_online_help_info(online_help_token)['doc_url']}" title="${_('Contextual Online Help')}" rel="noopener" target="_blank">${_("Help")}</a>
</li>
% endif
% if static.get_value('ALLOW_PUBLIC_ACCOUNT_CREATION', settings.FEATURES.get('ALLOW_PUBLIC_ACCOUNT_CREATION')) and settings.FEATURES.get('SHOW_REGISTRATION_LINKS', True):
<li class="nav-item nav-not-signedin-signup">
<a class="action action-signup" href="${settings.FRONTEND_REGISTER_URL}?next=${quote_plus(request.build_absolute_uri(settings.LOGIN_URL))}">${_("Sign Up")}</a>
Expand Down

0 comments on commit 6189a9f

Please sign in to comment.