Skip to content
Snippets Groups Projects

Student grading

Merged Martin Mareš requested to merge student-grading into master
2 files
+ 8
4
Compare changes
  • Side-by-side
  • Inline

Files

+ 3
1
@@ -4,7 +4,9 @@
{% set t=g.topic %}
<h2>Grade {{t.title}}</h2>
<p><a href='{{ url_for('course_index', cident=c.ident) }}'>Return to course</a>
<div class="buttons">
<span class="button"><a href='{{ url_for('course_index', cident=c.ident) }}'>Return to course</a></span>
</div>
<table class=results>
<tr><th class='tbeforehdr'>Full name
Loading