diff --git a/app/views/blocks/profile_info.rhtml b/app/views/blocks/profile_info.rhtml
index 1a15b00..8e4ac21 100644
--- a/app/views/blocks/profile_info.rhtml
+++ b/app/views/blocks/profile_info.rhtml
@@ -21,7 +21,9 @@
<% if !user.nil? and user.has_permission?('edit_profile', profile) %>
<%= link_to _('Control panel'), :controller => 'profile_editor' %>
<% end %>
- <%= _('Since %{year}/%{month}') % { :year => block.owner.created_at.year, :month => block.owner.created_at.month } %>
+ <% if profile.person? %>
+ <%= _('Since %{year}/%{month}') % { :year => block.owner.created_at.year, :month => block.owner.created_at.month } %>
+ <% end %>
<% if profile.respond_to? :city %>
--
libgit2 0.21.2