Skip to content

Commit f141029

Browse files
committed
Fix header style.
1 parent 6f9ec48 commit f141029

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

faq/templates/faq/faq.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ <h1>FAQ</h1>
88

99
{% regroup faqs by category as faq_list %}
1010
{% for category in faq_list %}
11-
<h3>{{ category.grouper }}</h3>
11+
<h2>{{ category.grouper }}</h2>
1212
<ul>
1313
{% for faq in category.list %}
1414
<li><a href="#{{ faq.id }}">{{ faq.question }}</a></li>

0 commit comments

Comments
 (0)