Skip to content

Commit

Permalink
[Question] Add dir survey to fix path to template
Browse files Browse the repository at this point in the history
  • Loading branch information
gregWDumont committed May 21, 2024
1 parent 85e7c74 commit 5343a1c
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
{% csrf_token %}
{% for key, form in forms.items %}
<div class="card-title" >
<span data-bs-toggle="tooltip" title="{{ question_tooltip | safe }}">{{ questions_per_id|get_item:key }}</span>
<span data-bs-toggle="tooltip" title="{{ question_tooltip | safe }}">{{ questions_per_id|get_item:key | safe }}</span>
</div>
{% language chosen_lang %}
{% bootstrap_form form exclude="feedback" %}
Expand Down

0 comments on commit 5343a1c

Please sign in to comment.