Skip to content
Snippets Groups Projects
Commit c8d0998c authored by Christian Tischer's avatar Christian Tischer
Browse files

Update module.html

parent 353d8483
No related branches found
No related tags found
No related merge requests found
......@@ -154,9 +154,11 @@ Choose a platform to display instructions for: <select id="id_activity_platform"
{% if page.activities %}
</select>
{% endif %}
<p>
{% for platform in page.activities %}
<div id="{{ platform[0] | slugify }}-activity-div">
&nbsp; <br>
&nbsp; <br>
<h3>{{ platform[0] }}</h3>
{% assign includefile = platform[1] %}
{% capture activity %}{% include {{ includefile }} %}{% endcapture %}
......
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