Skip to content

Commit

Permalink
Merge pull request #4029 from litvinovg/VIVO-3743
Browse files Browse the repository at this point in the history
Fix for VIVO-3743
  • Loading branch information
chenejac authored Dec 12, 2024
2 parents 5ebb18a + 1b7eb1b commit da6e4b9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@
<input type="submit" value="${i18n().add_concept}" id="showAddFormButton" name="showAddFormButton"> ${i18n().or}
<a class="cancel" href="${cancelUrl}&url=/individual" title="${i18n().return_to_profile}">${i18n().return_to_profile}</a>
</div>
<form id="addConceptForm" class="customForm" action="${submitUrl}">
<form id="addConceptForm" class="customForm" method="POST" action="${submitUrl}">
<#assign checkedSource = false />
<h4 class="services">${i18n().external_vocabulary_services}</h4>
<#list sources?values?sort_by("label") as thisSource>
Expand Down

0 comments on commit da6e4b9

Please sign in to comment.