diff --git a/app/views/admin/communication/websites/static.html.erb b/app/views/admin/communication/websites/static.html.erb index b35a0af7b690453e82bb7c08246805543c8d66d7..db284ce5d7dc0923aa7f892e92620021f3746d3f 100644 --- a/app/views/admin/communication/websites/static.html.erb +++ b/app/views/admin/communication/websites/static.html.erb @@ -1,17 +1,2 @@ title: > <%= @website.to_s %> -<% if @website.about_school? %> -school: - name: > - <%= @website.about.to_s %> - address: > - <%= @website.about.address %> - zipcode: > - <%= @website.about.zipcode %> - city: > - <%= @website.about.city %> - country: > - <%= @website.about.country %> - phone: > - <%= @website.about.phone %> -<% end %>