Skip to content

Commit

Permalink
Engagement Surveys: Add missing leading slash (DefectDojo#9531)
Browse files Browse the repository at this point in the history
URL redirects were behaving strangely without this leading slash. it seems it was missed when all the others were added
  • Loading branch information
Maffooch authored and quirinziessler committed Feb 21, 2024
1 parent a3403a4 commit 6da78c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dojo/templates/dojo/dashboard.html
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@
{% else %}
<a class="btn btn-sm btn-secondary"
href="/empty_questionnaire/{{ survey.id }}">{% trans "View Responses" %}</a>
<a class="btn btn-sm btn-success" href="empty_questionnaire/{{ survey.id }}/new_engagement">{% trans "Create Engagement" %}</a>
<a class="btn btn-sm btn-success" href="/empty_questionnaire/{{ survey.id }}/new_engagement">{% trans "Create Engagement" %}</a>
<button class="btn btn-sm btn-info" disabled
href="/engagement/{{ survey.engagement.id }}/questionnaire/{{ survey.id }}/assign">{% trans "Assign User" %}</button>
{% endif %}
Expand Down

0 comments on commit 6da78c5

Please sign in to comment.