diff --git a/templates/base.html b/templates/base.html index 02395b3..791823b 100644 --- a/templates/base.html +++ b/templates/base.html @@ -52,7 +52,8 @@ {% block content %}{% endblock %} - + + {% if not request.resolver_match.url_name == 'agent_detail' and '/agents/' not in request.path %} + {% endif %}