Skip to content
Snippets Groups Projects
Unverified Commit 8746c302 authored by Sébastien Gaya's avatar Sébastien Gaya
Browse files

fix blocks university

parent 46128996
No related branches found
No related tags found
No related merge requests found
......@@ -7,5 +7,5 @@ blocks:
position: <%= block.position %>
data:
<%= render "admin/communication/blocks/templates/#{block.template}/static",
block: block if block.data && block.data.present? %><% end %>
block: block, about: about if block.data && block.data.present? %><% end %>
<% end %>
text:
<%= prepare_html_for_static block.data['text'], current_university %>
<%= prepare_html_for_static block.data['text'], about.university %>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment