Browse Source

Fix for registration bug

development
Godwin 7 years ago
committed by GitHub
parent
commit
f19d6feff3
  1. 2
      app/views/registration_steps/_org_create_address.html.haml

2
app/views/registration_steps/_org_create_address.html.haml

@ -6,4 +6,4 @@
.multi-field
= textfield :city, (@city.city || '').html_safe, readonly: true
= textfield :territory, (@city.translate_territory || '').html_safe, readonly: true
= textfield :country, (@city.translate_country ||| '').html_safe, readonly: true
= textfield :country, (@city.translate_country || '').html_safe, readonly: true

Loading…
Cancel
Save