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

Commit

Permalink
minor typos
Browse files Browse the repository at this point in the history
  • Loading branch information
bnmnetp committed Oct 7, 2022
1 parent ca22690 commit fbf2e30
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions views/assignments/practice.html
Original file line number Diff line number Diff line change
Expand Up @@ -289,6 +289,7 @@ <h3>
eligible for practice.</p>
{{ pass }}
<ul>
<!-- TODO check if all_flashcards is not None -->
{{ current_chapter = all_flashcards[0].chapters.chapter_name }}
<li><h4>{{=current_chapter}}</h4></li>
<ul>
Expand Down
2 changes: 1 addition & 1 deletion views/peer/peer_question.html
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ <h2>Peer Instruction: {{=assignment_name}}</h2>
</form>
</div>
</div>
<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>
<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>

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

0 comments on commit fbf2e30

Please sign in to comment.