{# Override for the django-allauth base template #} {% extends "base.html" %} {% block navbar %} {% include "grandchallenge/partials/navbar.html" with hide_userlinks=True %} {% endblock %}