Skip to content

Commit

Permalink
Update beslishulp + Remove double label for Roles (#427)
Browse files Browse the repository at this point in the history
  • Loading branch information
laurensWe authored Dec 13, 2024
2 parents 6378be4 + 0bd0597 commit b58b20b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion amt/api/ai_act_profile.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,6 @@ def get_ai_act_profile_selector(request: Request) -> AiActProfileSelector:
role_options = (
"aanbieder",
"gebruiksverantwoordelijke",
"aanbieder & gebruiksverantwoordelijke",
"importeur",
"distributeur",
)
Expand Down
2 changes: 1 addition & 1 deletion amt/site/templates/algorithms/new.html.j2
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@
{% trans %}Copy results and close{% endtrans %}
</button>
<div id="app">
<script src="https://github.com/MinBZK/ai-act-decisiontree/releases/download/v1.2.0/index.js"></script>
<script src="https://github.com/MinBZK/ai-act-decisiontree/releases/download/v1.2.1/index.js"></script>
</div>
</p>
</div>
Expand Down

0 comments on commit b58b20b

Please sign in to comment.