Skip to content
This repository was archived by the owner on Jun 30, 2024. It is now read-only.

Commit fbf2e30

Browse files
committed
minor typos
1 parent ca22690 commit fbf2e30

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

views/assignments/practice.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -289,6 +289,7 @@ <h3>
289289
eligible for practice.</p>
290290
{{ pass }}
291291
<ul>
292+
<!-- TODO check if all_flashcards is not None -->
292293
{{ current_chapter = all_flashcards[0].chapters.chapter_name }}
293294
<li><h4>{{=current_chapter}}</h4></li>
294295
<ul>

views/peer/peer_question.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ <h2>Peer Instruction: {{=assignment_name}}</h2>
5454
</form>
5555
</div>
5656
</div>
57-
<p>Please do not leave or refresh the page during a peer instruction session. <strong>Exception:</strong> If you should have seen a new question at this point then you may continue.</p>
57+
<p>Please do not leave or refresh the page during a peer instruction session. <strong>Exception:</strong> If you should have seen a new question at this point then you may continue.</p>
5858

5959
<script src="/runestone/static/js/peer.js?v={{=request.peer_mtime}}"></script>
6060
<script>

0 commit comments

Comments
 (0)