Skip to content
Snippets Groups Projects
Commit 73f69a46 authored by Andreas Klöckner's avatar Andreas Klöckner
Browse files

Fix grading/starter code panel IDs

parent 00ecc73e
No related branches found
No related tags found
No related merge requests found
......@@ -4,13 +4,13 @@
<div class="panel panel-default" markdown="block">
<div class="panel-heading">
<h4 class="panel-title">
<a data-toggle="collapse" href="#starter-code">
<a data-toggle="collapse" href="#grading-code">
Grading code
<span style="font-size:x-small">(click to view)</span>
</a>
</h4>
</div>
<div id="starter-code" class="panel-collapse collapse">
<div id="grading-code" class="panel-collapse collapse">
<div class="panel-body">
{% if show_setup_code and setup_code %}
Set-up:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment