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

Typo css.

parents 78316775 b0d1b82b
No related branches found
No related tags found
1 merge request!1Add templates for timetable. Advances #1.
<div class="card" style="width: 18rem; {{% if Lesson.color-fg %}} foreground-color: {{ Lesson.color-fg }}; {% endif%} {{% if Lesson.color-bg %}} background-color: {{% Lesosn.color-bg %}};">
<div class="card" style="width: 18rem; {{% if Lesson.color-fg %}} foreground-color: {{ Lesson.color-fg }}; {% endif%} {{% if Lesson.color-bg %}} background-color: {{% Lesson.color-bg %}};">
<div class="card-body">
<h5 class="card-title">{{ Lesson.subject.abbrev }}</h5>
<h6 class="">Rooms {# Will be implemented soon#}</h6>
......
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