Skip to content

Commit 861bebf

Browse files
author
Timothy Standen
committed
Added Class for tests
1 parent 5dff3dd commit 861bebf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sessions.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<h2>{{term.term}}</h2>
1010
<ul>
1111
{% for session in term.sessions%}
12-
<li>
12+
<li class="session-quote">
1313
<b>Week {{session.week}} : </b> <i>"{{session.name}}"</i><br/>
1414
<b>Quote of the session : </b> <i>"{{session.quote}}"</i> {{session.author}}
1515
</li>

0 commit comments

Comments
 (0)