Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
AlekSIS-App-Alsijil
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-Alsijil
Merge requests
!4
Make page titles and headers consistent. Advances BiscuIT-ng#65.
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Make page titles and headers consistent. Advances BiscuIT-ng#65.
core#65
into
master
Overview
0
Commits
3
Pipelines
0
Changes
3
Merged
Tom Teichler
requested to merge
core#65
into
master
5 years ago
Overview
0
Commits
3
Pipelines
0
Changes
3
Expand
0
0
Merge request reports
Viewing commit
641024f5
Prev
Next
Show latest version
3 files
+
22
−
16
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
3
Search (e.g. *.vue) (Ctrl+P)
Verified
641024f5
Merge branch 'master' into core#65
· 641024f5
Tom Teichler
authored
5 years ago
biscuit/apps/alsijil/templates/alsijil/lesson.html
+
12
−
10
Options
@@ -9,7 +9,17 @@
@@ -9,7 +9,17 @@
{% endblock %}
{% endblock %}
{% block page_title %}
{% block page_title %}
{% blocktrans %}Lesson documentation{% endblocktrans %}
{{ day }} -
{% for group in lesson_period.get_groups.all %}
<span>
{{ group.short_name }}
</span>
,
{% endfor %},
{{ lesson_period.get_subject.name }},
{% for teacher in lesson_period.get_teachers.all %}
{{ teacher.short_name }}
{% endfor %}
{% endblock %}
{% endblock %}
{% block content %}
{% block content %}
@@ -19,15 +29,7 @@
@@ -19,15 +29,7 @@
<div
class=
"card"
>
<div
class=
"card"
>
<div
class=
"card-header bg-light text-dark"
>
<div
class=
"card-header bg-light text-dark"
>
{% for group in lesson_period.get_groups.all %}
{% blocktrans %}Lesson documentation{% endblocktrans %}
<span>
{{ group.short_name }}
</span>
,
{% endfor %}
{{ lesson_period.get_subject.name }},
{% for teacher in lesson_period.get_teachers.all %}
{{ teacher.short_name }}
{% endfor %}
</div>
</div>
<div
class=
"card-body"
>
<div
class=
"card-body"
>
{% csrf_token %}
{% csrf_token %}
Loading