Skip to content

Commit

Permalink
update origclar.clarid
Browse files Browse the repository at this point in the history
  • Loading branch information
as6325400 committed Nov 10, 2024
1 parent e92ee14 commit 3481952
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions webapp/templates/jury/partials/clarification_form.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,7 @@
var $body = $('body');
$body.on('submit', 'form[name=jury_clarification]', function () {
var clarid = {{ origclar | json_encode(constant('JSON_HEX_TAG')) | raw }}.clarid;
var clarid = {{ origclar.clarid }};
fetch(`/jury/clarifications/check-claimed?clarid=${clarid}`, {
method: 'GET',
headers: {
Expand Down

0 comments on commit 3481952

Please sign in to comment.