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

Commit

Permalink
whitespace removal
Browse files Browse the repository at this point in the history
  • Loading branch information
bnmnetp committed Oct 21, 2022
1 parent 2821eea commit 01a38be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions views/assignments/doAssignment.html
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ <h5 style='text-align:center;'>Not yet graded</h5>
{{if is_graded:}}
<div style='background-color:powderblue; margin-left:2cm; margin-right:2cm;'>
<p style='margin-left:0.5cm; margin-right:0.5cm;'>This assignment is graded and is no longer
accepting submissions. You can still do the work, but it is up to your instructor whether
accepting submissions. You can still do the work, but it is up to your instructor whether
they will accept it or not.</p>
</div>
{{elif enforce_pastdue:}}
Expand Down Expand Up @@ -227,7 +227,7 @@ <h5 style='text-align:center;'>Not yet graded</h5>
$('#gradeMeButton').css('visibility', 'hidden');
selfGrade({{=assignment['id']}})
});

$(document).ready(function(){
$('[data-toggle="tooltip"]').tooltip();
});
Expand Down

0 comments on commit 01a38be

Please sign in to comment.