VIVO610 when range uri exists but doesn't have corresponding vclass, show error message with option to go back to individual profile
This commit is contained in:
parent
d08c3f61ff
commit
3aca74a7ee
2 changed files with 81 additions and 8 deletions
|
@ -0,0 +1,8 @@
|
|||
<#-- $This file is distributed under the terms of the license in /doc/license.txt$ -->
|
||||
|
||||
<#--Assign variables from editConfig-->
|
||||
<#assign customErrorMessages = editConfiguration.pageData.customErrorMessages!""/>
|
||||
<p>${customErrorMessages}</p>
|
||||
<p>
|
||||
<a class="cancel" href="${cancelUrl}&url=/individual" title="${i18n().return_to_profile}">${i18n().return_to_profile}</a>
|
||||
</p>
|
Loading…
Add table
Add a link
Reference in a new issue