Skip to content

Commit

Permalink
fix dsfa form
Browse files Browse the repository at this point in the history
  • Loading branch information
KaydenLiss committed Aug 29, 2023
1 parent 9c8ec20 commit 61cf80c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/vvt/editDsfa.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
</div>
<div class="col-12">
{% set used = dsfa.vvt not in currentTeam.ignoredInheritances %}
{% include 'base/__inheritanceInfo.html.twig' with {team:dsfa.team, currentTeam:currentTeam, used:used, inherited:dsfa.vvt.inherited} %}
{% include 'base/__inheritanceInfo.html.twig' with {team:dsfa.vvt.team, currentTeam:currentTeam, used:used, inherited:dsfa.vvt.inherited} %}
{% include 'base/__flashMessage.html.twig' with {app:app} %}
</div>
</div>
Expand Down

0 comments on commit 61cf80c

Please sign in to comment.