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

fix programs depth

parent 4e375d97
No related branches found
No related tags found
No related merge requests found
......@@ -26,7 +26,7 @@ contact_details:
latitude: <%= location.latitude %>
longitude: <%= location.longitude %>
programs:
<%
<%
location.programs.each do |program|
program_l10n = program.best_localization_for(language)
%>
......@@ -48,7 +48,7 @@ location.diplomas.each do |diploma|
programs: programs,
all_programs: location.programs,
language: language,
depth: 4 %>
depth: 6 %>
<% end %>
<%= render 'admin/communication/blocks/content/static', about: @l10n %>
---
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