We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f9ec48 commit f141029Copy full SHA for f141029
faq/templates/faq/faq.html
@@ -8,7 +8,7 @@ <h1>FAQ</h1>
8
9
{% regroup faqs by category as faq_list %}
10
{% for category in faq_list %}
11
- <h3>{{ category.grouper }}</h3>
+ <h2>{{ category.grouper }}</h2>
12
<ul>
13
{% for faq in category.list %}
14
<li><a href="#{{ faq.id }}">{{ faq.question }}</a></li>
0 commit comments