parent
3d3d6eb8c6
commit
861b0296f7
3 changed files with 14 additions and 6 deletions
@ -0,0 +1,4 @@ |
||||
{% for course in course_items %} |
||||
{% cycle '' 'theme_green' 'theme_violet' as theme_color silent %} |
||||
{% include "templates/lilcity/_courses_item.html" %} |
||||
{% endfor %} |
||||
Loading…
Reference in new issue