Move `course_items.html` => `templates/lilcity` Move `courses.html` => `templates/lilcity`remotes/origin/hasaccess
parent
64d025eacc
commit
e84fb41166
4 changed files with 4 additions and 4 deletions
@ -1,4 +1,4 @@ |
|||||||
{% for course in course_items %} |
{% for course in course_items %} |
||||||
{% cycle '' 'theme_green' 'theme_violet' as theme_color silent %} |
{% cycle '' 'theme_green' 'theme_violet' as theme_color silent %} |
||||||
{% include "templates/lilcity/_courses_item.html" %} |
{% include "course/_courses_item.html" %} |
||||||
{% endfor %} |
{% endfor %} |
||||||
Loading…
Reference in new issue