Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
AlekSIS-App-Chronos
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
AlekSIS®
Official
AlekSIS-App-Chronos
Commits
0a87e9f0
Unverified
Commit
0a87e9f0
authored
5 years ago
by
Nik | Klampfradler
Browse files
Options
Downloads
Patches
Plain Diff
Fix mistakes in template.
parent
8ae2f7e0
No related branches found
No related tags found
1 merge request
!1
Add templates for timetable. Advances #1.
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
biscuit/apps/chronos/templates/chronos/tt_lesson.html
+2
-2
2 additions, 2 deletions
biscuit/apps/chronos/templates/chronos/tt_lesson.html
with
2 additions
and
2 deletions
biscuit/apps/chronos/templates/chronos/tt_lesson.html
+
2
−
2
View file @
0a87e9f0
...
...
@@ -7,12 +7,12 @@
</div>
<div
class=
"row"
>
<div
class=
"col-sm"
>
{% for group in lesson_period.les
o
sn.groups %}
{% for group in lesson_period.less
o
n.groups
.all
%}
<span
class=
"card-text"
>
{{ group.short_name }}
</span>
{% endfor %}
</div>
<div
class=
"col-sm"
>
{% for teacher in lesson_period.les
o
sn.teachers %}
{% for teacher in lesson_period.less
o
n.teachers
.all
%}
<span
class=
"card-text"
>
{{ teacher.short_name }}
</span>
{% endfor %}
</div>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment