diff --git a/app/views/invitations/edit.html.haml b/app/views/invitations/edit.html.haml
index 3c637ecaac2aae64724c8a1da5423c58bff72402..494509619810274d82b0492abdd1a56c7024b7d9 100644
--- a/app/views/invitations/edit.html.haml
+++ b/app/views/invitations/edit.html.haml
@@ -26,6 +26,8 @@
         %b
           = t('username')
         = f.text_field :username, :title => t('registrations.new.enter_username')
+        %span.host_uri
+          = "@#{AppConfig[:pod_uri].host}"
       .clearfix
         %b
           = t('email')