Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
Findeton committed Sep 20, 2024
1 parent 7017441 commit 11eea15
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -167,4 +167,10 @@ <h1 aria-level="2" class="text-brand-success question-title" id="question-{{ que
ng-i18next="avBooth.emptyAnswer">
</li>
</ol>
<div
ng-class="question-footer-html"
ng-if="question.extra_options && question.extra_options.footer_html"
ng-bind-html="question.extra_options.footer_html"
>
</div>
</section>

0 comments on commit 11eea15

Please sign in to comment.