diff --git a/app/models/communication/website/with_index_pages.rb b/app/models/communication/website/with_index_pages.rb
index 8619f806871d538d1199c2d4b9d48c1a65f3eff8..d90ab37157e66cb9aafbca8feb72c674c7d14aee 100644
--- a/app/models/communication/website/with_index_pages.rb
+++ b/app/models/communication/website/with_index_pages.rb
@@ -13,7 +13,8 @@ module Communication::Website::WithIndexPages
       klass.where(communication_website_id: id, kind: kind).first_or_create(
         title: I18n.t("#{key}.title"),
         path: I18n.t("#{key}.path"),
-        description: I18n.t("#{key}.description")
+        description: I18n.t("#{key}.description"),
+        university_id: university_id
       )
     end
   end