소스 검색

Add class "course_section_title"

jmontoyaa 7 년 전
부모
커밋
8b0cbe57a3
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      main/template/rainbow/user_portal/session_category.tpl

+ 1 - 1
main/template/rainbow/user_portal/session_category.tpl

@@ -1,4 +1,4 @@
-<h4>{{ session_category.title }}</h4>
+<h4 class="course_section_title">{{ session_category.title }}</h4>
 <hr/>
 
 {# session_category.sessions is generated with the session.tpl #}