You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<ahref="{% url 'document-detail' lang=result.release.lang version=result.release.version url=result.path host 'docs' %}{% if not start_sel in result.headline %}{{ result.highlight|fragment }}{% endif %}">{{ result.headline|safe }}</a>
46
+
<ahref="{{ result.get_absolute_url }}{% if not start_sel in result.headline %}{{ result.highlight|fragment }}{% endif %}">{{ result.headline|safe }}</a>
47
47
</h2>
48
48
<spanclass="meta breadcrumbs">
49
49
{% for breadcrumb in result.breadcrumbs %}
50
-
<ahref="{% url 'document-detail' lang=result.release.lang version=result.release.version url=breadcrumb.path host 'docs' %}">{{ breadcrumb.title }}</a>{% if not forloop.last %} <spanclass="arrow">»</span>{% endif %}
50
+
<ahref="{{ result.get_absolute_url }}">{{ breadcrumb.title }}</a>{% if not forloop.last %} <spanclass="arrow">»</span>{% endif %}
0 commit comments