mirror of
https://github.com/internetee/registry.git
synced 2025-07-23 03:06:14 +02:00
Allow latin only characters #2613
This commit is contained in:
parent
7f116527c4
commit
aeb3f2c9e0
3 changed files with 25 additions and 0 deletions
8
app/views/epp/latin_error.xml.builder
Normal file
8
app/views/epp/latin_error.xml.builder
Normal file
|
@ -0,0 +1,8 @@
|
|||
xml.epp_head do
|
||||
xml.response do
|
||||
xml.result('code' => '2306') do
|
||||
xml.msg('Parameter value policy error. Allowed only Latin characters.', 'lang' => 'en')
|
||||
end
|
||||
render('epp/shared/trID', builder: xml)
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue