Skip to content

Commit

Permalink
Added id to "Getting Help" heading for linking purposes.
Browse files Browse the repository at this point in the history
  • Loading branch information
timgraham committed Jun 1, 2015
1 parent 4db5e4f commit d0226d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion djangoproject/templates/docs/doc.html
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ <h2>{% trans "You are here:" %}</h2>
{% endblock breadcrumbs-wrapper %}

{% block help-wrapper %}
<h2>{% trans "Getting help" %}</h2>
<h2 id="getting-help-sidebar">{% trans "Getting help" %}</h2>
<dl class="list-links">
<dt><a href="{% url 'document-detail' lang=lang version=version url="faq" host 'docs' %}">FAQ</a></dt>
<dd>{% blocktrans %}Try the FAQ — it's got answers to many common questions.{% endblocktrans %}</dd>
Expand Down

0 comments on commit d0226d9

Please sign in to comment.