The files to change were found with:
`ack --literal --type=html --match '${' --files-without-matches cms/templates`
10 lines
300 B
HTML
10 lines
300 B
HTML
<%page expression_filter="h"/>
|
|
<div class="status-grading">
|
|
<p>
|
|
<span class="sr status-grading-label">Graded as:</span>
|
|
<i class="icon fa fa-check"></i>
|
|
<span class="status-grading-value">Homework</span>
|
|
<span class="status-grading-date">Due: December 31, 2014</span>
|
|
</p>
|
|
</div>
|