Skip to content

Commit

Permalink
fixed NFE docs link
Browse files Browse the repository at this point in the history
  • Loading branch information
rcsm17 committed Aug 31, 2022
1 parent 96af0df commit a9ed25c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion efelg/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -609,7 +609,7 @@ def index_docs(request):
"""
Render Guidebook main page
"""
logger.info(LOG_ACTION.format(request.session['username'], 'access INDEX_DOCS page'))
logger.info(LOG_ACTION.format(request.session.get('username', 'anonymous'), 'access INDEX_DOCS page'))

return render(request, 'efelg/docs/index.html')

Expand Down
2 changes: 1 addition & 1 deletion templates/efelg/overview.html
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ <h4>
<p>
Please find below a short tutorial on how to use the application, or refer to the complete guide at
this
<a class="link-secondary" href="https://collab.humanbrainproject.eu/#/collab/1655/nav/18580"
<a class="link-secondary" href="https://hbp-bsp-hhnb.cineca.it/efelg/docs/"
target=_blank>link</a>.
</p>
</h4>
Expand Down

0 comments on commit a9ed25c

Please sign in to comment.