Skip to content
Snippets Groups Projects
Unverified Commit 84baa764 authored by Martin Gummi's avatar Martin Gummi :ok_hand:
Browse files

Add Dummy data.

parent f10071d2
No related branches found
No related tags found
1 merge request!1Add templates for timetable. Advances #1.
......@@ -3,8 +3,8 @@
<h5 class="card-title">{{ lesson.subject.abbrev }}</h5>
<h6 class="card-text">Rooms {# Will be implemented soon#}</h6>
<ul>
<li>{{ lesson.teachers }}</li>
<li>{{ lesson.groups }}</li>
<li>!lesson.teachers{{ lesson.teachers }}</li>
<li>!lesson.groups{{ lesson.groups }}</li>
</ul>
<a href="#" class="card-link">Room informations</a>
</div>
......
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