Skip to content

Commit

Permalink
fix handling of list of relateds
Browse files Browse the repository at this point in the history
  • Loading branch information
higs4281 committed Nov 5, 2024
1 parent beecbac commit a79e19e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cfgov/ask_cfpb/jinja2/ask-cfpb/answer-page.html
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ <h2>{{ _('Don\'t see what you\'re looking for?') }}</h2>
<div class="block block--sub">
<h3>{{ _('Browse related questions') }} </h3>
<ul class="m-list m-list--unstyled m-list--links">
{% for question in related_questions.items %}
{% for question in related_questions %}
<li class="m-list__item">
<a class="a-link a-link--jump"
href="{{ question.url }}">
Expand Down

0 comments on commit a79e19e

Please sign in to comment.