Skip to content

Commit

Permalink
Reformat
Browse files Browse the repository at this point in the history
  • Loading branch information
theo-o committed Feb 18, 2019
1 parent f58f656 commit 64b9932
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tin/templates/assignments/show.html
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,6 @@ <h2 class="left">{{ assignment.name }}</h2>
{% endif %}
</table>



{% if request.user.is_student %}
{% if submissions %}
<h3 style="border-top:1px solid lightgray;padding-top:15px;">Grader output</h3>
Expand Down Expand Up @@ -119,6 +117,7 @@ <h3 style="border-top:1px solid lightgray;padding-top:15px;">Submissions</h3>
{% endif %}
{% endif %}
</table>

{% if request.user.is_teacher or request.user.is_superuser %}
<h3 style="border-top:1px solid lightgray;padding-top:15px;">Administration</h3>
<a class="left tin-btn" href="{% url 'assignments:scores_csv' assignment.id %}">Export Scores</a>
Expand Down

0 comments on commit 64b9932

Please sign in to comment.