Skip to content
This repository has been archived by the owner on Feb 12, 2022. It is now read-only.

Commit

Permalink
addet html tags to enable debug toolbar
Browse files Browse the repository at this point in the history
  • Loading branch information
ckleemann committed Jan 9, 2019
1 parent 8bbbd96 commit 1d70414
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion exam/templates/exam/dashboard/assignment_name_list.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
<html>
<head>
<title>Anwesenheitsliste Ophasenklausur</title>
</head>
<body>
<h2>Anwesenheitsliste Ophasenklausur</h2>

<table>
Expand All @@ -18,4 +23,5 @@ <h2>Anwesenheitsliste Ophasenklausur</h2>
<tr><td>Keine individuellen Zuteilungen gefunden.</td><td></td><td></td></tr>
{% endfor %}
</table>

</body>
</html>

0 comments on commit 1d70414

Please sign in to comment.